aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-26From Vineeth:Anders Broman1-55/+2317
2013-11-07From Vasil Velichkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+2
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-10-30Update the ASN.1 generated dissectors that were missed as part of the patches...Michael Mann1-3/+3
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann1-12/+12
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin1-16/+13
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-55/+55
2013-09-09Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard1-6/+6
2013-08-08When dissecting IMSI handle the zero length tvb case, fixes "Malformed Packet...Anders Broman1-43/+45
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-14/+9
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-10/+6
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus1-2/+2
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-16/+25
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-450/+450
2013-05-15Export CellGlobalIdOrServiceAreaIdOrLAI.Anders Broman1-52/+52
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-28-Wmissing-prototypesAnders Broman1-8/+11
2013-03-27Fix another incorrectly duplicated display filter, this time for hf_gsm_map_e...Chris Maynard1-2/+2
2013-03-27Fix the incorrectly duplicated display filter for hf_gsm_map_dlci.Chris Maynard1-1/+1
2013-03-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8517 :Pascal Quantin1-6/+6
2013-03-08Update to V11.5.0 (2012-12).Anders Broman1-86/+679
2013-02-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8378 :Pascal Quantin1-33/+37
2013-02-05Export TBCD-STRING.Anders Broman1-51/+51
2013-01-31Add an OID translation.Anders Broman1-3/+4
2013-01-19Fix for CID 280252.Jaap Keuter1-2/+2
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-3/+8
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-10-21AddressString can have a size of 1, fixes Bug 7882 -GSM_MAP show malformed Pa...Anders Broman1-6/+9
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-8/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-2/+2
2012-08-21Add dissection of locationInformation IE in Ericsson proprietary extensionPascal Quantin1-17/+72
2012-08-21Fix filter names for Ericsson proprietary extensionsPascal Quantin1-77/+77
2012-08-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7648 :Pascal Quantin1-11/+105
2012-08-20Remove unused hf_gsm_map_imsi_digits entry and fix filter name for hf_gsm_map...Pascal Quantin1-14/+9
2012-08-20Avoid defining 2 entries with incompatible types (FT_BYTES vs FT_NONE) and sa...Pascal Quantin1-1/+1
2012-08-01Follow-up of r44162: gsm_a_gm dissector is used for both GPRS Mobility Manage...Pascal Quantin1-6/+6
2012-07-10Introduce a preference setting for application context version.Anders Broman1-14/+35
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix 'lvalue required as left operand of assignment' error when compiling with...Pascal Quantin1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-47/+47
2012-05-19Fix RVALS() macro usagepascal1-1/+1
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-30/+30
2012-04-14Set direction according to destination address field also (and not only origi...pascal1-44/+143
2012-03-07Location Number not decoded as per Q.763 https://bugs.wireshark.org/bugzilla/...Anders Broman1-9/+127
2012-03-02Remove now unused variables.Anders Broman1-35/+34
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-38/+34