aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-27/+27
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-8/+8
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-6/+0
2011-05-20Don't assign to a proto_item* if the value won't be used:wmeier1-5/+4
2011-02-25From Herbert Oppmann: Fix "RTMP dissector unknown audio codec"wmeier1-5/+12
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-30From John Sullivan:jake1-604/+1863
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-14/+10
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2009-11-09Conversation is unused in dissect_rtmpt_tcp().stig1-1/+2
2009-10-25From Jakub Zawadzki:etxrab1-16/+8
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+2
2009-07-12Make iCommand a guint8.etxrab1-1/+1
2009-07-12From Nick Ford:jake1-212/+527
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-1/+1
2009-03-23Removed some "initializer does not fit or is out of range" warnings.stig1-2/+2
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-03-13Partial fix for bug 2153jake1-1/+1
2008-03-12Fix for bug 2344:jake1-6/+6
2007-12-17From metatech:sfisher1-0/+517