summaryrefslogtreecommitdiff
path: root/packet-bgp.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-10 01:48:27 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-10 01:48:27 +0000
commitfcfa433ff01caf367021ff9512f9d716bd83a35a (patch)
tree618bd9bd8be223035a5cb0d885fe821afa0fa1fe /packet-bgp.h
parent23319ff023bcb144347a1307b958359b5226c699 (diff)
downloadwireshark-fcfa433ff01caf367021ff9512f9d716bd83a35a.tar.gz
Move the pointer to the "column_info" structure in the "frame_data"
structure to the "packet_info" structure; only stuff that's permanently stored with each frame should be in the "frame_data" structure, and the "column_info" structure is not guaranteed to hold the column values for that frame at all times - it was only in the "frame_data" structure so that it could be passed to dissectors, and, as all dissectors are now passed a pointer to a "packet_info" structure, it could just as well be put in the "packet_info" structure. That saves memory, by shrinking the "frame_data" structure (there's one of those per frame), and also lets us clean up the code a bit. svn path=/trunk/; revision=4371
Diffstat (limited to 'packet-bgp.h')
0 files changed, 0 insertions, 0 deletions