Wireshark-commits: [Wireshark-commits] rev 45669: /trunk/ /trunk/epan/: epan.c epan.h libwireshark.

Date: Sat, 20 Oct 2012 16:44:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45669

User: darkjames
Date: 2012/10/20 09:44 AM

Log:
 - Allow reseting edt with new function epan_dissect_reset(),
 - initialize edt once in few places, and later reset it after dissecting
   (add_packet_to_packet_list),
 - revert r45667, probably no longer needed.

Directory: /trunk/epan/
  Changes    Path                Action
  +14 -0     epan.c              Modified
  +4 -0      epan.h              Modified
  +1 -0      libwireshark.def    Modified
  +31 -4     proto.c             Modified
  +2 -0      proto.h             Modified

Directory: /trunk/
  Changes    Path          Action
  +52 -33    file.c        Modified