aboutsummaryrefslogtreecommitdiffstats
path: root/packet-socks.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-96/+96
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-11/+3
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* Don't call "tvb_strsize(tvb, offset)" if we know there's nothing *at*Guy Harris2002-06-071-6/+15
* Use "tvb_memcpy()" rather than "strncpy()" with a "tvb_get_ptr()"Guy Harris2002-06-071-7/+6
* From Joerg Mayer:Guy Harris2002-04-141-2/+2
* From Joerg Mayer: get rid of some unused arguments, and make someGuy Harris2002-04-111-15/+15
* Fix some "proto_tree_add_uint()" and "proto_tree_add_uint_hidden()"Guy Harris2002-03-091-5/+6
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-7/+6
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-5/+5
* Fixed the response code display for version 5 socks per Mark S. Allen.Jeff Foster2001-12-111-25/+73
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-37/+37
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+2
* Thou shalt not use C++-style comments in C code, for they upset some CGuy Harris2001-11-271-2/+2
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-3/+12
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-2/+2
* Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris2001-10-311-2/+3
* IPv4 addresses should be entered in host byte order, not forcedGuy Harris2001-10-301-33/+44
* Dissector converted to TVBuffers. The changes are originally fromJeff Foster2001-10-291-253/+205
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-5/+5
* Instead of having a single datum attached to a conversation, have a listGuy Harris2001-09-031-17/+16
* Squelch some compiler warnings.Guy Harris2001-09-031-2/+2
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-7/+7
* There's no need to include "globals.h" - don't include it.Guy Harris2001-06-081-4/+2
* FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris2001-04-191-2/+2
* 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