http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49689
User: mmann
Date: 2013/06/02 06:45 AM
Log:
Get out of global variable hell and other optimizations.
I'm stil not sure the copying of the packet_info structure is necessary (or what the consequences are), but at least it's not global anymore.
col_set_fence may be needed to prevent overwriting by PPP dissector, Caching COL_INFO (or the other columns) into it's own string was way more work than necessary and could lead to no column info on a malformed packet.
Directory: /trunk/epan/dissectors/
Changes Path Action
+260 -385 packet-mux27010.c Modified