aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map/packet-gsm_map-template.c
Commit message (Expand)AuthorAgeFilesLines
* GSM_map: Fix indent (use 2 spaces) and add modelinesAlexis La Goutte2015-08-211-161/+174
* GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte2015-08-211-1/+1
* Fixup stat_tap table freeing.Gerald Combs2015-08-061-3/+15
* Convert the GSM MAP stats to new "generic stat API".Gerald Combs2015-08-061-2/+158
* GSM_MAP: adding dissector for sendParameters (MAPv1)Luca Melette2015-07-291-6/+5
* GSM MAP: Fix decoding of IPv6 addressesVasil Velichckov2015-06-221-0/+5
* GSM MAP: do not use a global variable to store OIDPascal Quantin2015-03-031-1/+0
* GSM MAP: display TBCD digits, USSD string and Location Number digits in a sub...Pascal Quantin2015-01-301-0/+4
* asn1 generated dissectors: cleanup #include usageBill Meier2014-12-231-5/+2
* Remove sccp_info member from packet_info structure.Michael Mann2014-11-261-0/+41
* GSM MAP: fix detection of SMS direction when application context version is < 3Pascal Quantin2014-10-101-3/+2
* Use a common hf for international E164 numbers (MSISDN).AndersBroman2014-09-011-9/+26
* Replace a couple of implementations of unpack_digits() with tvb_bcd_dig_to_wm...Jeff Morriss2014-08-221-37/+1
* Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss2014-08-211-1/+1
* Implement a common function to dissect IMSI and use it GSM MAP as a start.AndersBroman2014-08-191-23/+3
* Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann2014-08-091-7/+17
* convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann2014-06-221-126/+62
* batch of manual tvb_length conversionsEvan Huus2014-06-191-3/+3
* Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2014-06-191-6/+6
* Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2014-06-181-6/+6
* Remove unused const variables errors seen with recent Clang versionPascal Quantin2014-03-151-0/+6
* Fix indent (use 2 spaces)Alexis La Goutte2014-03-151-805/+804
* Bug 9704: GSM_MAP SendRoutingInfoForSM incomplete0xbismarck2014-03-131-1/+5
* When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSMPascal Quantin2014-03-041-2/+3
* Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2014-02-261-2/+2
* Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss2014-02-181-2/+0
* Add the rest of the NOKIA extensions.Anders Broman2014-01-041-8/+122
* Add a few more of the NOKIA extensions.Anders Broman2014-01-031-1/+130
* - Forward declaration of register functions.Anders Broman2013-12-081-2/+13
* When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki2013-12-031-0/+1
* From Vineeth:Anders Broman2013-11-261-1/+87
* From Vasil Velichkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin2013-11-071-2/+2
* From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier2013-10-291-2/+2
* Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann2013-10-281-12/+12
* Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin2013-10-021-5/+2
* Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard2013-09-091-6/+6
* expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann2013-07-031-11/+6
* expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann2013-07-031-7/+3
* Convert a batch of asn1 dissectors from emem to wmem.Evan Huus2013-06-191-2/+2
* Convert ASN.1 dissectors to use filterable expert info.Michael Mann2013-06-031-12/+21
* Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus2013-03-291-1/+1
* -Wmissing-prototypesAnders Broman2013-03-281-0/+3
* Fix another incorrectly duplicated display filter, this time for hf_gsm_map_e...Chris Maynard2013-03-271-2/+2
* Fix the incorrectly duplicated display filter for hf_gsm_map_dlci.Chris Maynard2013-03-271-1/+1
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8517 :Pascal Quantin2013-03-241-6/+6
* Add an OID translation.Anders Broman2013-01-311-0/+1
* "Fill" a couple of value_string(ext)Anders Broman2012-12-121-0/+5
* Make all enum_val_t's const.Jeff Morriss2012-11-291-2/+2
* AddressString can have a size of 1, fixes Bug 7882 -GSM_MAP show malformed Pa...Anders Broman2012-10-211-0/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1