Changeset 881
- Timestamp:
- 06/23/06 13:16:26 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/protocols.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/protocols.c
r879 r881 89 89 eth=(libtrace_802_11_payload_t *)((char*)wifi+sizeof(*wifi)); 90 90 91 if (type) *type= eth->type;92 93 return eth;91 if (type) *type=ntohs(eth->type); 92 93 return (void*)((char*)eth+sizeof(*eth)); 94 94 } 95 95
Note: See TracChangeset
for help on using the changeset viewer.
