aboutsummaryrefslogtreecommitdiffstats
path: root/packet-msproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-21/+30
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-17/+17
* There's no need to include "globals.h" - don't include it.Guy Harris2001-06-081-4/+2
* Fix error in dissect_connect_ack routine, proto_tree_add_item for hf_msproxy_...Jeff Foster2001-04-091-2/+2
* Tvbuffify the Microsoft Proxy dissector.Guy Harris2001-03-221-362/+290
* Boost the size of some buffers to leave room for the terminating NUL,Guy Harris2001-03-221-9/+16
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-3/+5
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-6/+7
* Change from Andreas Sikkema to change the "old" and "new" members of theGuy Harris2000-08-211-3/+2
* Fix a comment.Laurent Deniel2000-08-201-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+2
* Miscellaneous code cleaningLaurent Deniel2000-08-111-11/+6
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-4/+5
* Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris2000-08-061-3/+3
* Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris2000-08-061-3/+3
* Correct the URL for Dante.Gilbert Ramirez2000-05-311-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-47/+44
* Add tvbuff class.Gilbert Ramirez2000-05-111-75/+75
* Microsoft Proxy protocol dissector from Jeff Foster.Guy Harris2000-04-201-0/+1361