aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-4/+4
2018-11-03IAX: Don't try and copy a non-existent addressTom Hughes1-1/+2
2018-11-03IAX: Don't try and convert an invalid codec to a maskTom Hughes1-1/+1
2018-11-03IAX: Fix the bitmask extracting the subclass fieldJohannes Altmanninger1-1/+1
2018-11-02IAX: Fix compilation when DEBUG_HASHING is definedTom Hughes1-1/+2
2018-10-27IAX: Use extended 64 bit value to string matching for codecsTom Hughes1-5/+6
2018-10-27IAX: Improve decoding of IAX2 codec detailsTom Hughes1-91/+228
2018-07-01Mkae the handling of non-full-frame time stamps match RFC 5456.Guy Harris1-34/+91
2018-07-01Fix creation of conversation.Guy Harris1-2/+1
2018-06-28Fix indentation.Guy Harris1-19/+19
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-31IAX2: always initialize src_vformat and dst_vformatPascal Quantin1-0/+2
2017-11-13Remove circuit APIMichael Mann1-23/+19
2017-03-03IAX2: Add a timestamp check.Gerald Combs1-16/+24
2017-01-29Register reassembly tablesMichael Mann1-4/+3
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-06-12Add checks to address setting routines.Guy Harris1-2/+1
2016-04-07IAX2: fix 'iax2.video.marker' exists multiple times with NOT compatible types...Alexis La Goutte1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-03-15IAX2: fix an infinite loopPascal Quantin1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-14/+14
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-1/+1
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-09-17IAX2: Initialize a variable.Gerald Combs1-1/+1
2015-09-17[iax2] don't THROW() an exception from a dissectorMartin Kaiser1-12/+18
2015-09-17[iax2] minor cleanupMartin Kaiser1-11/+6
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-16/+16
2015-06-23replace another bunch of deprecated tvb_length callsMartin Kaiser1-4/+4
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-10-28Refactor pinfo->circuit_id from H.223 dissector.Michael Mann1-9/+16
2014-08-20Create an IE item for the "Apparent Address" IE.Guy Harris1-2/+2
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-10/+28
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-12/+8
2014-06-19address_to_str() *does* take a const pointer.Guy Harris1-4/+1
2014-06-19Use address_to_str(NULL, ...) for strings allocated outside dissectors.Guy Harris1-5/+15
2014-06-19Revert "Fixup: ep_address_to_str -> address_to_str"Michael Mann1-4/+4
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4