aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Give some URLs for descriptions of RTMP.Guy Harris1-1/+12
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-26/+27
2012-01-23Fix some duplicate display filter names.Chris Maynard1-2/+2
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itGuy Harris1-3/+3
2011-12-15Conform indentation to that specified by the modeline; Reformat long lines.Bill Meier1-723/+789
2011-12-15Fix some tvb memory leaks; Fix a typo.Bill Meier1-4/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-27/+27
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-6/+0
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier1-5/+4
2011-02-25From Herbert Oppmann: Fix "RTMP dissector unknown audio codec"Bill Meier1-5/+12
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-30From John Sullivan:Jaap Keuter1-604/+1863
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-14/+10
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2009-11-09Conversation is unused in dissect_rtmpt_tcp().Stig Bjørlykke1-1/+2
2009-10-25From Jakub Zawadzki:Anders Broman1-16/+8
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+2
2009-07-12Make iCommand a guint8.Anders Broman1-1/+1
2009-07-12From Nick Ford:Jaap Keuter1-212/+527
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-1/+1
2009-03-23Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke1-2/+2
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-03-13Partial fix for bug 2153Jaap Keuter1-1/+1
2008-03-12Fix for bug 2344:Jaap Keuter1-6/+6
2007-12-17From metatech:Stephen Fisher1-0/+517