ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 32933: /trunk/epan/ /trunk/epan/: reassemble.c reassembl

Date: Mon, 24 May 2010 15:13:05 GMT
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