aboutsummaryrefslogtreecommitdiffstats
path: root/packet-socks.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-96/+96
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-11/+3
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-07Don't call "tvb_strsize(tvb, offset)" if we know there's nothing *at*Guy Harris1-6/+15
2002-06-07Use "tvb_memcpy()" rather than "strncpy()" with a "tvb_get_ptr()"Guy Harris1-7/+6
2002-04-14From Joerg Mayer:Guy Harris1-2/+2
2002-04-11From Joerg Mayer: get rid of some unused arguments, and make someGuy Harris1-15/+15
2002-03-09Fix some "proto_tree_add_uint()" and "proto_tree_add_uint_hidden()"Guy Harris1-5/+6
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-7/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-5/+5
2001-12-11Fixed the response code display for version 5 socks per Mark S. Allen.Jeff Foster1-25/+73
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-37/+37
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+2
2001-11-27Thou shalt not use C++-style comments in C code, for they upset some CGuy Harris1-2/+2
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-3/+12
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-2/+2
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-2/+3
2001-10-30IPv4 addresses should be entered in host byte order, not forcedGuy Harris1-33/+44
2001-10-29Dissector converted to TVBuffers. The changes are originally fromJeff Foster1-253/+205
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-5/+5
2001-09-03Instead of having a single datum attached to a conversation, have a listGuy Harris1-17/+16
2001-09-03Squelch some compiler warnings.Guy Harris1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-7/+7
2001-06-08There's no need to include "globals.h" - don't include it.Guy Harris1-4/+2
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris1-2/+2
2001-01-10Change from Jeff Foster to keep the dissector from crashing if theGuy Harris1-4/+15
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-3/+7
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-5/+5
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
2000-08-21Change from Andreas Sikkema to change the "old" and "new" members of theGuy Harris1-3/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+2
2000-08-11Miscellaneous code cleaningLaurent Deniel1-11/+6
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+4
2000-08-06Use "BYTES_ARE_IN_FRAME()" rather than explicitly checking an offset andGuy Harris1-9/+9
2000-08-06Don't use "fd->pkt_len" when checking to see if you've run off the endGuy Harris1-9/+9
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-18/+16
2000-05-11Add tvbuff class.Gilbert Ramirez1-43/+43
2000-04-13Consolidate flags in struct frame_data, and add "visited" flag. UseGilbert Ramirez1-7/+2
2000-04-13Remove extra space before "Port" in proto_tree label.Gilbert Ramirez1-2/+2
2000-04-12Jeff Foster's SOCKS dissector, support for associating dissectorsGuy Harris1-0/+1161