Wireshark-commits: [Wireshark-commits] rev 51337: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 13 Aug 2013 11:37:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51337

User: mmann
Date: 2013/08/13 04:37 AM

Log:
 Some improvements to the bundle protocol:
 1. Cleanly break out Convergence Layer Protocol (TCPCL) into its own (new-style) pure dissector.
 2. Make Bundle dissection into a new style dissector and clean so that it can be called using call_disssector.
 3. Use tcp_dissect_pdus for TCPCL protocol instead of "manual" while loop.  This allows contact header to benefit from TCP fragmentation.
 4. Make time fields use time field types so they can be filterable.
 5. A few functions were move to remove need for static declaration at top of file.
 6. Remove pri_hdr_procflags global variable.
 
 Next up - making more fields filterable.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +836 -885  packet-dtn.c    Modified
  +0 -1      packet-dtn.h    Modified
  +4 -1      packet-ltp.c    Modified