aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-8/+8
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+5
2013-12-14Remove not needed ';'Jakub Zawadzki1-2/+2
2013-12-12(Trivial)Bill Meier1-289/+289
2013-11-26Create/use two extended value_strings;Bill Meier1-1428/+1499
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-02Fix build (missing some _U_)Alexis La Goutte1-1/+1
2013-11-02Prep a few more dissectors to receive their string data through dissector data.Michael Mann1-4/+5
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+8
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1