aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ncp2222.inc
AgeCommit message (Collapse)AuthorFilesLines
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