http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32933
User: morriss
Date: 2010/05/24 08:13 AM
Log:
Fix reassemble_test's (copy of the) proto_tree_add_item() prototype to get it
compiling again.
fragment_add_seq_check(), fragment_add_seq_802_11(), and fragment_add_seq_next()
all call fragment_add_seq_check_work() so make their prototypes match each other
in const-ness. This fixes a warning when compiling reassemble_test.
Directory: /trunk/epan/
Changes Path Action
+32 -23 reassemble.c Modified
+15 -11 reassemble.h Modified
+4 -4 reassemble_test.c Modified