aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-7/+7
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2021-02-07mgcp: fix Dead Store Found by Clang AnalyzerAlexis La Goutte1-3/+3
2020-10-28Create protocols to the end of the TVB if length unknown upfrontJaap Keuter1-1/+1
2020-03-25fix typo found by lintian (mesage => message)Alexis La Goutte1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-24Use tvb_get_raw_bytes_as_string() to fetch the verb and reply code.Guy Harris1-3/+3
2019-07-24Use g_ascii_isalpha(), not is_rfc2234_alpha().Guy Harris1-22/+3
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-12/+12
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