aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+7
2012-11-18Fix some blurbs that matched the field tag.Guy Harris1-194/+194
2012-11-18Move all the AMF stuff under the AMF protocol, as AMF, while it's usedGuy Harris1-241/+236
2012-11-17There's no point in initializing variables to 0 when we unconditionally assignEvan Huus1-2/+2
2012-11-16Add casts to let the compiler know that we know what we're doing here.Guy Harris1-4/+4
2012-11-16Thank you, llvm-gcc, for eliminating much of the dataflow analysis thatGuy Harris1-1/+1
2012-11-16Add support for dissecting AMF messages; register the dissector for themGuy Harris1-300/+1037
2012-10-29From report of Sergio Garcia Murillo via https://bugs.wireshark.org/bugzilla/...Alexis La Goutte1-3/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+13
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