aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-19Fix RVALS() macro usagepascal1-1/+1
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-30/+30
2012-04-14Set direction according to destination address field also (and not only origi...pascal1-44/+143
2012-03-07Location Number not decoded as per Q.763 https://bugs.wireshark.org/bugzilla/...Anders Broman1-9/+127
2012-03-02Remove now unused variables.Anders Broman1-35/+34
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-38/+34
2012-01-26From Mike Morrin:Anders Broman1-16/+16
2011-11-29Wireshark crashes in gsm_map dissectorAnders Broman1-43/+43
2011-11-02Export NAEA-CIC to be used by Camel.Anders Broman1-43/+43
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-10-12Update the Camel and MAP ASN.1 files.Anders Broman1-129/+1224
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:Bill Meier1-3/+3
2011-10-06Add exportsAnders Broman1-46/+46
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 Broman1-69/+111
2011-06-20Pretyfy APN display and make it filterable as a string.Anders Broman1-9/+44
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-58/+58
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-58/+58
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-7/+7
2011-03-27Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman1-8/+18
2011-02-27Export dissect_gsm_map_ISDN_AddressString_PDU();Anders Broman1-41/+56
2011-02-24Add exports.Anders Broman1-47/+47
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