aboutsummaryrefslogtreecommitdiffstats
path: root/packet-socks.c
Commit message (Expand)AuthorAgeFilesLines
* Change from Jeff Foster to keep the dissector from crashing if theGuy Harris2001-01-101-4/+15
* 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/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-4/+4
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-3/+7
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-5/+5
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Change from Andreas Sikkema to change the "old" and "new" members of theGuy Harris2000-08-211-3/+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-3/+4
* Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris2000-08-061-9/+9
* Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris2000-08-061-9/+9
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-18/+16
* Add tvbuff class.Gilbert Ramirez2000-05-111-43/+43
* Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez2000-04-131-7/+2
* Remove extra space before "Port" in proto_tree label.Gilbert Ramirez2000-04-131-2/+2
* Jeff Foster's SOCKS dissector, support for associating dissectorsGuy Harris2000-04-121-0/+1161