aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-08Update to 3GPP TS 29.002 V9.3.0 (2010-09)etxrab1-55/+141
2010-08-29Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg etxrab1-4/+7
2010-05-11Add a little more code to avoid not-very-useful blurbs:morriss1-176/+176
2010-05-05Try to avoid the user confusion reported inmorriss1-1132/+1132
2010-04-19Update to V9.1.0 (2010-03).etxrab1-43/+441
2010-04-06#include <stdio.h> not needed.wmeier1-9/+8
2010-03-20Fix for Bug 4588:dimeg1-1/+1
2010-02-23Squelch a bunch of compiler warnings.guy1-4/+4
2010-02-01Fix for Bug 3116dimeg1-1/+1
2010-01-17Get rid of check_col();etxrab1-48/+44
2010-01-02Update to V9.0.0 (2009-12)etxrab1-42/+42
2010-01-01Update to V9.0.0 (2009-12)etxrab1-135/+850
2009-12-28Replace gsm_sms_char_ascii_decode() with gsm_sms_chars_to_utf8(), whichguy1-21/+18
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-2/+2
2009-10-11Make all proto_* values static.stig1-2/+2
2009-10-09Rename gsmmap -> gsm_map for consistencykrj1-52/+52
2009-10-09Make a few variables statickrj1-2/+2
2009-10-09Remove unused variablekrj1-86/+85
2009-10-07Switch to using tvb_new_subset_remaining() in .cnf files.stig1-8/+8
2009-10-06From Gerasimos Dimitriadis:etxrab1-48/+48
2009-09-06s/col_add_fstr/col_add_strkrj1-1/+1
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
2009-08-21Sanitize epan includeskrj1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-8/+8
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-9/+9
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-568/+568
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-66/+66
2009-04-26More IE decoding and bug fixes.etxrab1-42/+57
2009-04-25Update GSM MAP to V8.9.0 (2009-04).etxrab1-69/+1013
2009-04-23- GSM MAP: incorrect decoding of getPassword operation .etxrab1-2/+2
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...wmeier1-19/+17
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-9/+8
2009-01-27Handle V3 SendRoutingInfoRes where the tag[3] is missing.etxrab1-4/+12
2009-01-15Diameter.xml: Add s6a application contex + Spec refetxrab1-61/+67
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-2/+2
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-360/+356
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-60/+60
2008-10-28From Shmulik Bezale:etxrab1-1/+1
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ...etxrab1-280/+8
2008-10-27Wrong value for ELLIPSOID_POINT_WITH_UNCERT_CIRC used in CASE.etxrab1-20/+42
2008-10-11Another instance of Signal info.etxrab1-38/+47
2008-10-11From Bruno Hivert:etxrab1-7/+12
2008-10-10Dissect Signal info with gsm-0806 protocol id.etxrab1-17/+126
2008-10-09Put Tag and lengt in the tree.etxrab1-11/+26
2008-10-09Dissect Bearer cap in Signal info.etxrab1-13/+41
2008-09-29GSM MAP: inconsistent spacing in Info columnetxrab1-36/+37
2008-09-27From Reinhard(rspmn):etxrab1-22/+24
2008-09-12Revert one of the changes.etxrab1-1080/+1154
2008-09-12Try to fix "defined but not used" warnings.etxrab1-1229/+1093