aboutsummaryrefslogtreecommitdiffstats
path: root/packet-socks.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1225/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Yaniv Kaul: add SOCKS v4a support.Guy Harris2004-06-031-6/+28
* Eliminate a compiler warning.Guy Harris2004-02-121-4/+5
* From Yaniv Kaul: the response to an V5 authentication response is a V5Guy Harris2004-02-121-27/+38
* Use the length field in the UDP header:Guy Harris2004-01-221-2/+2
* Eliminate "alignment.h" header - the stuff in it is no longer used.Guy Harris2004-01-101-2/+1
* Update another URL and other stuff in that comment.Guy Harris2003-12-301-4/+4
* Update a URL.Guy Harris2003-12-301-2/+6
* Export a "dissect_tcp_payload()" routine from the TCP dissector, for useGuy Harris2003-12-301-5/+15
* Make sure the "we're in the middle of dissecting SOCKS" flag getsGuy Harris2003-12-291-2/+8
* Add {0, NULL} to the reply_table_v5 value_string array.Gilbert Ramirez2003-12-041-2/+3
* "decode_tcp_ports()" is for use by protocols that proxy transport-layerGuy Harris2003-11-081-2/+2
* Put back a missing comment.Guy Harris2003-10-151-11/+14
* From David E. Weekly: move the code to put the SOCKS version up, so it'sGuy Harris2003-10-151-15/+3
* Fix recursive heap overflow problem.Jeff Foster2003-09-171-26/+26
* Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg2003-04-231-2/+2
* From Georgi Guninski: Fix a format string problem.Gerald Combs2003-02-261-2/+2
* 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