For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-mmse.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-01-16 morrissThere's no need to pass the result of tvb_get_ptr(...
2010-05-21 guyHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-02-28 stigAdded svn:ignore targets.
2010-01-18 wmeierFix some gcc -Wshadow warnings ....
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-10 guyAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-08 wmeierRemove 2 tabs in strings;
2009-04-17 geraldRemove some no-longer-needed casts.
2009-03-29 etxrabMore size_t casts.
2008-08-26 wmeier#include <emem.h> not req'd
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-27 sfisherFix some more warnings under gcc 4.0
2006-11-30 jakeFrom Michel Marti:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-11-01 obiotUse g_print() instead of fprintf() to write messages...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-02 sahlbergememify the tvb_get_string call in mmse.
2005-07-22 sahlbergrecode the tvb_memdup() to use emem calls.
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-04-22 geraldAdd some tvb_ensure_bytes_exist() calls.
2005-01-05 guyFrom Chris Maynard: free strings even if we don't put...
2004-12-21 guyUse "format_text()" on strings, to better handle non...
2004-12-21 guyPut the strings for the X-Mms-Previously-Sent-By header...
2004-12-21 sahlbergabs_time_to_str() returns a staticly allocated string...
2004-07-18 gramMove dissectors to epan/dissectors directory.