aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-07Dissect V1 version , found in trace from:Anders Broman1-4/+14
2011-02-02Export more functions.Anders Broman1-57/+57
2011-01-16r35546 Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure...Anders Broman1-57/+57
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-58/+58
2011-01-12Use value_string_ext in a couple of places.Anders Broman1-20/+31
2011-01-12TCAP- Application context name not been decoded correctlyAnders Broman1-1/+1
2011-01-05Remove unreached statement.Jeff Morriss1-4/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-8/+8
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-11-08Update to 3GPP TS 29.002 V9.3.0 (2010-09)Anders Broman1-55/+141
2010-08-29Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg Anders Broman1-4/+7
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-176/+176
2010-05-05Try to avoid the user confusion reported inJeff Morriss1-1132/+1132
2010-04-19Update to V9.1.0 (2010-03).Anders Broman1-43/+441
2010-04-06#include <stdio.h> not needed.Bill Meier1-9/+8
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+1
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-4/+4
2010-02-01Fix for Bug 3116Gerasimos Dimitriadis1-1/+1
2010-01-17Get rid of check_col();Anders Broman1-48/+44
2010-01-02Update to V9.0.0 (2009-12)Anders Broman1-42/+42
2010-01-01Update to V9.0.0 (2009-12)Anders Broman1-135/+850
2009-12-28Replace gsm_sms_char_ascii_decode() with gsm_sms_chars_to_utf8(), whichGuy Harris1-21/+18
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-2/+2
2009-10-11Make all proto_* values static.Stig Bjørlykke1-2/+2
2009-10-09Rename gsmmap -> gsm_map for consistencyKovarththanan Rajaratnam1-52/+52
2009-10-09Make a few variables staticKovarththanan Rajaratnam1-2/+2
2009-10-09Remove unused variableKovarththanan Rajaratnam1-86/+85
2009-10-07Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke1-8/+8
2009-10-06From Gerasimos Dimitriadis:Anders Broman1-48/+48
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam1-1/+1
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-8/+8
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-9/+9
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-568/+568
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-66/+66
2009-04-26More IE decoding and bug fixes.Anders Broman1-42/+57
2009-04-25Update GSM MAP to V8.9.0 (2009-04).Anders Broman1-69/+1013
2009-04-23- GSM MAP: incorrect decoding of getPassword operation .Anders Broman1-2/+2
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we don...Bill Meier1-19/+17
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-9/+8
2009-01-27Handle V3 SendRoutingInfoRes where the tag[3] is missing.Anders Broman1-4/+12
2009-01-15Diameter.xml: Add s6a application contex + Spec refAnders Broman1-61/+67
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-360/+356
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-60/+60
2008-10-28From Shmulik Bezale:Anders Broman1-1/+1
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ...Anders Broman1-280/+8
2008-10-27Wrong value for ELLIPSOID_POINT_WITH_UNCERT_CIRC used in CASE.Anders Broman1-20/+42