Changeset 978
- Timestamp:
- 09/08/06 16:44:06 (7 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
lib/format_wag.c (modified) (2 diffs)
-
lib/protocols.c (modified) (1 diff)
-
libpacketdump/parser/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_wag.c
r952 r978 450 450 451 451 struct frame_t * wag_frame_data = (struct frame_t *)packet->header; 452 453 452 454 453 if (wag_frame_data->subtype == FRAME_SUBTYPE_DATA_RX) { … … 463 462 return ntohs(wag_hdr->txinfo.length); 464 463 } 465 464 466 465 /* default option - not optimal as there tends to be an 467 466 * extra 2 bytes floating around somewhere */ -
trunk/lib/protocols.c
r952 r978 282 282 void *trans_ptr = 0; 283 283 284 if ((ipptr->ip_off & SW_IP_OFFMASK) != 0) 285 return NULL; 284 if ((ipptr->ip_off & SW_IP_OFFMASK) != 0) { 285 return NULL; 286 } 286 287 287 288 if (remaining) { -
trunk/libpacketdump/parser/Makefile.am
r972 r978 4 4 noinst_LIBRARIES = libparser.a 5 5 libparser_a_SOURCES = lexer.l parser.y bitbuffer.c bitbuffer.h grammar.h 6 libparser_a_LIBADD = @ADD_LIBS@6 #libparser_a_LIBADD = @ADD_LIBS@ 7 7 INCLUDES = @ADD_INCLS@ -I../ -I../../lib 8 8
Note: See TracChangeset
for help on using the changeset viewer.
