Wireshark-commits: [Wireshark-commits] rev 45449: /trunk/ui/gtk/ /trunk/ui/gtk/: rlc_lte_graph.c tc

Date: Wed, 10 Oct 2012 16:17:19 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45449

User: martinm
Date: 2012/10/10 09:17 AM

Log:
 Take a deep copy of the tap struct in the tap function, as it is not
 safe to access it after the packet has been fully dissected (the
 struct will have been allocated with ep_alloc()).

Directory: /trunk/ui/gtk/
  Changes    Path               Action
  +4 -1      rlc_lte_graph.c    Modified
  +4 -1      tcp_graph.c        Modified