For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-rtmpt.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 wmeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-21 wmeierFix vi "modeline" so it works;
2011-07-18 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-20 wmeierDon't assign to a proto_item* if the value won't be...
2011-02-25 wmeierFrom Herbert Oppmann: Fix "RTMP dissector unknown audio...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-10-30 jakeFrom John Sullivan:
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-06 wmeier#include <string.h> not needed.
2009-11-09 stigConversation is unused in dissect_rtmpt_tcp().
2009-10-25 etxrabFrom Jakub Zawadzki:
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-07-12 etxrabMake iCommand a guint8.
2009-07-12 jakeFrom Nick Ford:
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-08 wmeierFT_BOOLEAN fields w/o bitmasks really should use BASE_N...
2009-03-23 stigRemoved some "initializer does not fit or is out of...
2008-08-26 wmeier#include <emem.h> not req'd
2008-03-13 jakePartial fix for bug 2153
2008-03-12 jakeFix for bug 2344:
2007-12-17 sfisherFrom metatech: