aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-megaco.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-79/+35
2014-04-03Use ENC_UTF_8 for strings, it's faster and *should* be OK.AndersBroman1-15/+15
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-13/+13
2013-09-02Batch of filterable expert info.Michael Mann1-14/+20
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-6/+4
2013-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap dissector....Michael Mann1-1/+10
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-18/+9
2013-05-09Coverity 1011110: Unused pointer valueMartin Kaiser1-1/+0
2013-04-24convert some proto_tree_add_texts into expert_add_info_format. Didn't quite ...Michael Mann1-15/+15
2013-03-12Use explicit casts.Anders Broman1-8/+8
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-22/+22
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-11/+33
2012-12-26Fix a bunch of warnings.Guy Harris1-6/+6