aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-30ISUP: make number string filterable againPascal Quantin1-17/+41
2016-05-30ISUP: change back code to gc04ee3e and replace proto_item_append_string by pr...Pascal Quantin1-30/+30
2016-05-30Fix a compile error:Joerg Mayer1-1/+1
2016-05-30Remove the last usage of proto_item_append_stringMichael Mann1-43/+30
2016-05-16ISUP: fix buffer overrun when a number contains too many digits (CID 1361601)Pascal Quantin1-61/+113
2016-05-15ISUP: Fix no previous prototype for function 'dissect_isup_digits_common' [-W...Alexis La Goutte1-3/+3
2016-05-13Add filterable fields for each ISUP number.Jeff Morriss1-694/+281
2016-05-11Fix warnings for good ISUP messagesRustam Safargalin1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-13Use result of register_dissectorPeter Wu1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-24/+24
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-26ISUP: fix a wrong removal of proto_tree_add_text()Pascal Quantin1-11/+3
2015-11-20More spelling fixes found by lintianBalint Reczey1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-7/+9
2015-08-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+16
2015-08-04[ISUP] Read the country code at offsetAndersBroman1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-15TFS: Mutualize Response/Request TFSAlexis La Goutte1-1/+0
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-220/+310
2015-01-18ISUP: add dissection of generic number qualifier indicatorPascal Quantin1-5/+21
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-7/+6
2014-12-15[ISUP] Add dissection of Japan TTC EMERGENCY CALL INDICATORAndersBroman1-31/+61
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-3/+3
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-88/+88
2014-10-22Refactor pinfo->circuit_id behavior for ISUP dissectorMichael Mann1-12/+11
2014-10-12ISUP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2014-10-10Remove (almost all) proto_tree_add_text calls in ISUP dissector.Michael Mann1-467/+513
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-2/+2
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-172/+142
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
2014-06-19Use address_to_str(NULL, ...) for strings allocated outside dissectors.Guy Harris1-2/+8
2014-06-19Revert "Fixup: ep_address_to_str -> address_to_str"Michael Mann1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-89/+89
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-31/+31
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-31/+31
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-89/+89
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-16Add a preference to use Japanese ISUP TTC version with 13 bit CIC.AndersBroman1-2/+23
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin1-1/+1
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-04(Trivial) explicitely --> explicitlyBill Meier1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1