aboutsummaryrefslogtreecommitdiffstats
path: root/packet-bxxp.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-3/+2
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-6/+6
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-19/+19
* More signed-vs-unsigned changes from Joerg Mayer.Guy Harris2001-04-271-15/+16
* Get rid of NullTVB references.Guy Harris2001-04-231-5/+5
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-6/+4
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-9/+8
* Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris2000-12-021-1/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Fixing a small bug that Guy Harris noticed.Richard Sharpe2000-10-241-2/+2
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-3/+4
* Adding a small attribution to Invisible Worlds and Collab.Net as theRichard Sharpe2000-10-091-1/+4
* Squash one more little bug where I wasn't handling the MIME headerRichard Sharpe2000-10-071-5/+7
* Added further state keeping so I can distinguish the first message fromRichard Sharpe2000-10-051-40/+176
* Updates to allow CR and LF to be used (incorrectly) as terminators and toRichard Sharpe2000-10-031-67/+103
* Add some clean up to the bxxp dissector and really handle all packets onRichard Sharpe2000-10-021-126/+296
* This completes the tvbuffication of packet-bxxp.c, in that all the cruft is g...Richard Sharpe2000-09-121-33/+165
* I have tvbuffified packet-bxxp.c and started on per-session and per-packetRichard Sharpe2000-09-081-100/+249
* Initial BXXP dissector ...Richard Sharpe2000-08-301-0/+632