aboutsummaryrefslogtreecommitdiffstats
path: root/packet-socks.c
Commit message (Expand)AuthorAgeFilesLines
* 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