aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Use find_or_create_conversation().AndersBroman1-15/+7
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-15/+15
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-7/+9
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-4/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-04Eliminate proto_tree_add_text from a few dissectors.Michael Mann1-10/+28
2015-01-30Cleanup:Bill Meier1-18/+18
2015-01-26rtmpt: Remove 'if (tree)'Bill Meier1-1/+1
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-3/+3
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-47/+31
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-14/+14
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-14/+14
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-06Extend RTMPT video types tableGregor Jasny1-0/+8
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