aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-26ISUP: restore number indicators2 display like what was done in master-1.12Pascal Quantin1-26/+10
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-2/+1
2017-03-31Fix incorrect NSAP AFI values.Guy Harris1-2/+2
2017-03-31Distinguish between the two flavors of ITU-T AFIs.Guy Harris1-34/+34
2017-03-30Add a bunch of #defines for OSI NSAP AFI values, and use them.Guy Harris1-63/+64
2017-03-30Make some routines static.Guy Harris1-1/+1
2017-03-27ISUP: use proto_append_item_textAlexis La Goutte1-181/+103
2017-01-29Register reassembly tablesMichael Mann1-16/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-33/+33
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-8/+5
2016-09-17ISUP: do not display Called Party Number twicePascal Quantin1-3/+0
2016-08-23Handle quoted-pairs in quoted-strings correctly.Guy Harris1-8/+9
2016-08-22Rename find_parameter() to ws_find_media_type_parameter()Balint Reczey1-2/+2
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-20/+39
2016-08-22ISUP: Enhance display of unknown (opt) parameterAlexis La Goutte1-10/+19
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