aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-4/+4
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-12Move proto_reg_handoff...() to the file end as per convevntion;Bill Meier1-216/+255
2013-12-12- Make local functions static.Anders Broman1-0/+5
2013-12-11Reject the packet if data is NULL.Chris Maynard1-1/+7
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-4/+4
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki1-4/+4
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-7/+7
2013-09-22emem -> wmem conversion:Pascal Quantin1-13/+13
2013-09-21Lower the default RTMPT max reassembly size. A bigger bandaid forEvan Huus1-1/+1
2013-08-25Replace some emem with wmem.Evan Huus1-62/+62
2013-07-15Fix warning: ISO C does not allow extra ';' outside of a function.Chris Maynard1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-17/+14
2013-05-21Use col_set_fence() functionality to remove an unnecessary global variable.Michael Mann1-12/+10
2013-05-16Make the rtmpt max packet size that Jeff just halved a preference, so thatEvan Huus1-13/+17
2013-05-16Temporarily lower the max packet size for this dissector in order to silenceJeff Morriss1-2/+5
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-17From beroset:Anders Broman1-16/+16
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