aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp2222.inc
AgeCommit message (Collapse)AuthorFilesLines
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
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=4370
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=4199
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-6/+6
of protocol-id-plus-datum pairs, so that multiple protocols can attach information to the same conversation. Dissectors that attach information to a conversation should not assume that if they find a conversation it has one of its data attached to it; the conversation might've been created by another dissector. svn path=/trunk/; revision=3901
2001-06-28Handle a few of the NCP types from the traces sent in by Pete,Gilbert Ramirez1-19/+84
<psailor@uswest.net> svn path=/trunk/; revision=3617
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-4/+4
Jeff Foster. svn path=/trunk/; revision=2523
2000-09-22Move #included C code from an *.h file to an *.inc file.Gilbert Ramirez1-0/+261
svn path=/trunk/; revision=2456