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

Date: Sun, 20 Oct 2013 10:11:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52705

User: darkjames
Date: 2013/10/20 10:11 AM

Log:
 Move resetting packet_info structure from dissect_packet() to epan_dissect_init()
 
 It'd be actually good idea to seperate packet_info data (packet.c) from epan_dissect_t (epan.c),
 but this rule is already violated.
 
 Strict seperation could allow for example allow multiple dissection on the same epan_dissect_t
 (I think it was idea behind it), but it's not working.

Directory: /trunk/epan/
  Changes    Path          Action
  +2 -2      epan.c        Modified
  +1 -5      packet.c      Modified