aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-megaco.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-31[MEGACO] Clear megaco_command between commands.AndersBroman1-0/+1
2018-01-23[MEGACO] Priority value gets displayed as Termitation Id.AndersBroman1-7/+29
2017-09-24megaco: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2017-09-20[MEGACO] In dissect_megaco_eventsdescriptor() check for dm(DigitMap) notAndersBroman1-3/+1
2017-06-13[MEGACO] Add tman/sdr as an integer with a unit string.Anders1-5/+18
2017-05-22packet-megaco.c: Rename my_proto_tree_add_string -> megaco_tree_add_string.Michael Mann1-9/+9
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+1
2017-01-22Internalize struct preferenceMichael Mann1-1/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-10-15megaco: use ws_strtoi function.Dario Lombardo1-11/+23
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-10/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-12/+2
2016-10-07[MEGACO] Add long name for gm/rsbAndersBroman1-0/+10
2016-06-29Provide new interface for Export PDU.Michael Mann1-8/+1
2016-06-26h248: rename shadow variable.Dario Lombardo1-1/+1
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann1-1/+5
2016-05-03Export packets before dissecting themPascal Quantin1-7/+7
2016-05-03[MEGACO] Implement Export PDU for MEGACO packets.AndersBroman1-0/+33
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-01-31MEGACO: fix dissection of packetsPascal Quantin1-10/+10
2016-01-27Add Authentication Header (AU) support for MEGACO packet.Tomofumi Hayashi1-0/+22
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-13The variable is assigned values twice successively found by PVS Studio (V519)Alexis La Goutte1-1/+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-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-28/+26
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-2/+4
2015-11-13MEGACO: fix indent (remove tab)Alexis La Goutte1-1/+1
2015-07-12megaco: replace THROW() with an expert info + returnMartin Kaiser1-2/+4
2015-06-22Refactor RTD stats.Michael Mann1-0/+212
2015-05-16megaco: handle missing tokensEvan Huus1-1/+1
2015-05-13MEGACO: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-10/+3
2015-05-12Add casts to fix clang warnings.Gerald Combs1-4/+4
2015-05-12Overhaul the MEGACO dissector.Michael Mann1-625/+634
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-7/+7
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin1-2/+2
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-2/+11
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-3/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-7/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-9/+5
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-8/+7
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-1/+0
2014-09-10Various minor changes:Bill Meier1-29/+41
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-08-03Fix an infinite loop when the line has no lengthEvan Huus1-1/+1
2014-07-10Quick fix to handle IEPS token.AndersBroman1-4/+16
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-14/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4