aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-10-03MGCP: added NCS ResourceIDBruno Verstuyft1-0/+16
2018-09-11MGCP: Ignore case for command headerUli Heilmeier1-9/+9
2018-05-02mgcp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2018-04-27MGCP: add support to local/remote voice metrics optionHadar1-6/+446
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-4/+4
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-6/+2
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-18/+6
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-10-19mgcp: use ws_strtou function.Dario Lombardo1-5/+22
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+1
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-06-09MGCP: Replace globals that track packet data with passing data to functions.Michael Mann1-36/+10
2016-05-31mgcp: remove some unnecessary if (tree) checksMartin Kaiser1-88/+71
2016-05-31mgcp: don't THROW() an exception from a dissectorMartin Kaiser1-2/+7
2016-05-31mgcp: clean up dissect_mgcp()Martin Kaiser1-63/+56
2016-05-31mgcp: don't throw an exception while checking if it is our packetMartin Kaiser1-0/+12
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-10/+10
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2016-01-13Use result of register_dissectorPeter Wu1-2/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-6/+6
2015-06-22Refactor RTD stats.Michael Mann1-0/+99
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-6/+5
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
2015-01-25Cleanup:Bill Meier1-95/+97
2015-01-23Remove incorrect 'if (tree)'Bill Meier1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-11-26[MGCP] When changing tvb_length(tvb) -> tvb_reported_length(tvb) it turnsAndersBroman1-4/+4
2014-11-21Replace tvb_length()AndersBroman1-10/+10
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-3/+2
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-7/+7
2014-09-30packet-mgcp.[hc]: Various changes:Bill Meier1-379/+397
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-2/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3