Update Free Software Foundation address.
[metze/wireshark/wip.git] / epan / dissectors / packet-socks.c
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-01-16 Jeff MorrissThere's no need to pass the result of tvb_get_ptr(...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-22 Bill MeierFix some gcc -Wshadow warnings
2009-09-24 Kovarththanan Raja... * Prefer col_append_str instead of col_append_fstr...
2009-09-22 Kovarththanan Raja... Use col_set_str instead of col_add_fstr when adding...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-03 Guy Harrissize_t fix (you're not going to get more than 2^31...
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-09-30 Sake BlokMake the index from the conversation-struct available...
2008-09-29 Jaap KeuterFrom Jelmer Vernooij:
2008-09-26 Bill MeierMinor cleanup related to proto_register & proto_reg_handoff
2008-05-15 Bill MeierFix some of the Errors/warnings detected by checkapi.
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 Ronnie Sahlbergwaste a couple of bytes per tcp conversation and make...
2006-01-26 Ronnie Sahlbergrewrite of the tcp sequence number analysis code to...
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-12 Ronnie Sahlberggmemchunk -> se_alloc() updates
2005-08-06 Guy HarrisSquelch another const warning.
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-06-10 Ulf Lampingjust to get things straight: a dissector should *never...
2005-02-02 Anders BromanFrom Jon Ringle:
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.