aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-26From Mike Morrin:etxrab1-16/+16
2011-11-29Wireshark crashes in gsm_map dissectoretxrab1-43/+43
2011-11-02Export NAEA-CIC to be used by Camel.etxrab1-43/+43
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;wmeier1-1/+1
2011-10-12Update the Camel and MAP ASN.1 files.etxrab1-129/+1224
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:wmeier1-3/+3
2011-10-06Add exportsetxrab1-46/+46
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.etxrab1-69/+111
2011-06-20Pretyfy APN display and make it filterable as a string.etxrab1-9/+44
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-58/+58
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.stig1-58/+58
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-7/+7
2011-03-27Added FALLTHRU comment to avoid a "missing break" warning.etxrab1-8/+18
2011-02-27Export dissect_gsm_map_ISDN_AddressString_PDU();etxrab1-41/+56
2011-02-24Add exports.etxrab1-47/+47
2011-02-07Dissect V1 version , found in trace from:etxrab1-4/+14
2011-02-02Export more functions.etxrab1-57/+57
2011-01-16r35546 Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure...etxrab1-57/+57
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-58/+58
2011-01-12Use value_string_ext in a couple of places.etxrab1-20/+31
2011-01-12TCAP- Application context name not been decoded correctlyetxrab1-1/+1
2011-01-05Remove unreached statement.morriss1-4/+3
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)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