Wireshark-commits: [Wireshark-commits] rev 51329: /trunk/epan/ /trunk/epan/: epan.c packet.c packet

Date: Tue, 13 Aug 2013 03:11:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51329

User: eapache
Date: 2013/08/12 08:11 PM

Log:
 Create the dissector hash table in only one place, and specify that its values
 should be freed when it is destroyed. This requires splitting packet_init in
 two: the hash table which must be created before protocol registration, and the
 caching of common protocol handles, which must happen after registration.

Directory: /trunk/epan/
  Changes    Path          Action
  +2 -1      epan.c        Modified
  +7 -12     packet.c      Modified
  +1 -0      packet.h      Modified