Get out of global variable hell and other optimizations.
authorMichael Mann <mmann78@netscape.net>
Sun, 2 Jun 2013 13:45:51 +0000 (13:45 -0000)
committerMichael Mann <mmann78@netscape.net>
Sun, 2 Jun 2013 13:45:51 +0000 (13:45 -0000)
commitcdd65d2eb0fd5ed586e28a235811d1f432b70268
tree1fd233c023bf0ab6bcc6379389393e7cf9fbb92f
parent3c2647947f8dc16dfba9ed91667036cab761e671
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.

svn path=/trunk/; revision=49689
epan/dissectors/packet-mux27010.c