aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map
AgeCommit message (Expand)AuthorFilesLines
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-12/+21
2013-05-15Export CellGlobalIdOrServiceAreaIdOrLAI.Anders Broman1-0/+1
2013-05-07Make exports actaully workJörg Mayer1-2/+3
2013-05-07Move common code into UseAsn2Wrs.cmake.Jörg Mayer1-0/+78
2013-05-05Just whitespace changesJörg Mayer1-1/+0
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-28-Wmissing-prototypesAnders Broman1-0/+3
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 Broman24-81/+317
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2-6/+8
2013-02-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8378 :Pascal Quantin1-3/+7
2013-02-05Export TBCD-STRING.Anders Broman1-0/+1
2013-01-31Add an OID translation.Anders Broman1-0/+1
2013-01-19Fix for CID 280252.Jaap Keuter1-2/+2
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-0/+5
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-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-21Add dissection of locationInformation IE in Ericsson proprietary extensionPascal Quantin3-3/+57
2012-08-21Fix filter names for Ericsson proprietary extensionsPascal Quantin2-2/+3
2012-08-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7648 :Pascal Quantin4-5/+68
2012-08-20Remove unused hf_gsm_map_imsi_digits entry and fix filter name for hf_gsm_map...Pascal Quantin1-6/+1
2012-08-20Avoid defining 2 entries with incompatible types (FT_BYTES vs FT_NONE) and sa...Pascal Quantin1-0/+5
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-8/+29
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
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 Broman2-47/+47
2012-05-19Fix RVALS() macro usagepascal1-1/+1
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-30/+30
2012-04-14Set direction according to destination address field also (and not only origi...pascal1-0/+24
2012-03-07Location Number not decoded as per Q.763 https://bugs.wireshark.org/bugzilla/...Anders Broman2-0/+117
2012-03-02Remove now unused variables.Anders Broman1-1/+0
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2012-01-26From Mike Morrin:Anders Broman3-18/+18
2011-11-29Wireshark crashes in gsm_map dissectorAnders Broman1-0/+1
2011-11-02Export NAEA-CIC to be used by Camel.Anders Broman1-0/+1
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-1/+1
2011-10-12Update the Camel and MAP ASN.1 files.Anders Broman25-167/+510
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-3/+0
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier1-3/+3
2011-10-06Add exportsAnders Broman1-0/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-21/+21
2011-09-29Make it possible to dissect proprietarry Opcodes.Anders Broman3-14/+60
2011-06-20Pretyfy APN display and make it filterable as a string.Anders Broman2-0/+43
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-68/+68