Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-msproxy.c
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-14 Jakub ZawadzkiFix warnings
2013-11-02 Michael MannPass struct tcpinfo into all TCP subdissectors instead...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Pascal Quantinemem -> wmem
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-06-14 Michael MannRemoved check_col() and the occasional tree.
2013-05-27 Michael MannBatch of filterable expert infos
2013-04-21 Guy HarrisUpdate a comment.
2013-03-19 Anders BromanFrom beroset:
2013-03-03 Guy HarrisThe general convention for "interpreted" fields, where...
2013-02-28 Michael MannReplace proto_tree_add_text with proto_tree_add_item...
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierFix various instances of unused hf[] entries found
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-04 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-05-08 Guy HarrisFix a proto_tree_add_uint() call that appears to have...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
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-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>
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
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:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-02 Ronnie Sahlberg make the tcp_acked struct a pointer from the tcpd...
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-12 Ronnie Sahlbergadd missing include to scsi
2005-07-30 Jörg MayerMore char -> const char 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.