aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map
AgeCommit message (Expand)AuthorFilesLines
2012-08-21Add dissection of locationInformation IE in Ericsson proprietary extensionpascal3-3/+57
2012-08-21Fix filter names for Ericsson proprietary extensionspascal2-2/+3
2012-08-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7648 :pascal4-5/+68
2012-08-20Remove unused hf_gsm_map_imsi_digits entry and fix filter name for hf_gsm_map...pascal1-6/+1
2012-08-20Avoid defining 2 entries with incompatible types (FT_BYTES vs FT_NONE) and sa...pascal1-0/+5
2012-08-01Follow-up of r44162: gsm_a_gm dissector is used for both GPRS Mobility Manage...pascal1-6/+6
2012-07-10Introduce a preference setting for application context version.etxrab1-8/+29
2012-06-28Update Free Software Foundation address.darkjames5-5/+5
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss2-66/+90
2012-03-07Location Number not decoded as per Q.763 https://bugs.wireshark.org/bugzilla/...etxrab2-0/+117
2012-03-02Remove now unused variables.etxrab1-1/+0
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+0
2012-01-26From Mike Morrin:etxrab3-18/+18
2011-11-29Wireshark crashes in gsm_map dissectoretxrab1-0/+1
2011-11-02Export NAEA-CIC to be used by Camel.etxrab1-0/+1
2011-10-14Don't generate the conformance file for exported types when building themorriss1-1/+1
2011-10-12Update the Camel and MAP ASN.1 files.etxrab25-167/+510
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-3/+0
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:wmeier1-3/+3
2011-10-06Add exportsetxrab1-0/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...wmeier1-21/+21
2011-09-29Make it possible to dissect proprietarry Opcodes.etxrab3-14/+60
2011-06-20Pretyfy APN display and make it filterable as a string.etxrab2-0/+43
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-68/+68
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-6/+6
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).etxrab1-1/+1
2011-03-27Added FALLTHRU comment to avoid a "missing break" warning.etxrab1-2/+12
2011-02-27Add miisng file from etxrab1-0/+2
2011-02-24Add exports.etxrab1-0/+6
2011-02-07Dissect V1 version , found in trace from:etxrab2-1/+8
2011-02-02Export more functions.etxrab1-0/+9
2011-01-16r35546 Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure...etxrab1-1/+1
2011-01-12Use value_string_ext in a couple of places.etxrab1-14/+25
2011-01-12TCAP- Application context name not been decoded correctlyetxrab1-1/+1
2011-01-05Remove unreached statement.morriss1-1/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-11-08Update to 3GPP TS 29.002 V9.3.0 (2010-09)etxrab24-161/+200
2010-08-29Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg etxrab2-2/+5
2010-04-19Update to V9.1.0 (2010-03).etxrab26-66/+221
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
2010-03-20Fix for Bug 4588:dimeg1-1/+1
2010-02-23Squelch a bunch of compiler warnings.guy3-5/+5
2010-02-01Fix for Bug 3116dimeg1-1/+1
2010-01-17Get rid of check_col();etxrab2-8/+4
2010-01-02Update to V9.0.0 (2009-12)etxrab1-0/+1
2010-01-01Update to V9.0.0 (2009-12)etxrab29-118/+231
2009-12-28Replace gsm_sms_char_ascii_decode() with gsm_sms_chars_to_utf8(), whichguy1-5/+2
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg2-2/+2
2009-10-11Make all proto_* values static.stig1-2/+2