For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-msproxy.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 wmeier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-01-16 morrissThere's no need to pass the result of tvb_get_ptr(...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-03-02 sahlberg make the tcp_acked struct a pointer from the tcpd...
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-12 sahlbergadd missing include to scsi
2005-07-30 jmayerMore char -> const char fixes
2005-06-10 ulfljust to get things straight: a dissector should *never...
2005-02-02 etxrabFrom Jon Ringle:
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 gramMove dissectors to epan/dissectors directory.