aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bxxp.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-03Instead of having a single datum attached to a conversation, have a listguy1-3/+2
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-6/+6
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-19/+19
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.guy1-15/+16
2001-04-23Get rid of NullTVB references.guy1-5/+5
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-6/+4
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-9/+8
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soguy1-1/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-10-24Fixing a small bug that Guy Harris noticed.sharpe1-2/+2
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-3/+4
2000-10-09Adding a small attribution to Invisible Worlds and Collab.Net as thesharpe1-1/+4
2000-10-07Squash one more little bug where I wasn't handling the MIME headersharpe1-5/+7
2000-10-05Added further state keeping so I can distinguish the first message fromsharpe1-40/+176
2000-10-03Updates to allow CR and LF to be used (incorrectly) as terminators and tosharpe1-67/+103
2000-10-02Add some clean up to the bxxp dissector and really handle all packets onsharpe1-126/+296
2000-09-12This completes the tvbuffication of packet-bxxp.c, in that all the cruft is g...sharpe1-33/+165
2000-09-08I have tvbuffified packet-bxxp.c and started on per-session and per-packetsharpe1-100/+249
2000-08-30Initial BXXP dissector ...sharpe1-0/+632