aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map/gsm_map.cnf
AgeCommit message (Expand)AuthorFilesLines
2014-06-29GSM MAP: ensure that p2p_dir is always initialized before calling GSM SMS dis...Pascal Quantin1-0/+25
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-8/+8
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-8/+8
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-0/+7
2014-03-08Omitting SubscriberData makes CONTENT OF fail and InsertSubscriberDataArg wil...AndersBroman1-14/+3
2014-03-04When dissecting GSM MAPv1/v2 messages, display opcode 44 or 46 as forwardSMPascal Quantin1-1/+4
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
2014-01-22Use tvb_get_string_enc() with an explicit encoding.Guy Harris1-1/+1
2014-01-06Omit assignment for not used types.Anders Broman1-0/+7
2014-01-04Omit assignment for not used types.Anders Broman1-0/+3
2014-01-04Omit assignment for not used types.Anders Broman1-0/+5
2014-01-04Omit assignment for not used types.Anders Broman1-0/+1
2014-01-04Omit assignment for not used types.Anders Broman1-0/+14
2014-01-04Add the rest of the NOKIA extensions.Anders Broman1-0/+1
2014-01-03Add a few more of the NOKIA extensions.Anders Broman1-20/+0
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-1/+1
2013-12-24Get rid of no-longer-used variables.Guy Harris1-6/+0
2013-12-24Add a ENC_3GPP_TS_23_038 encoding, for the standard SMS alphabet in aGuy Harris1-7/+1
2013-12-22We support ENC_UCS_2, so use that in proto_tree_add_item() andGuy Harris1-17/+3
2013-11-26From Vineeth:Anders Broman1-0/+20
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin1-8/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-15Fix checkapi warnings (missing id)Jörg Mayer1-5/+6
2013-08-08When dissecting IMSI handle the zero length tvb case, fixes "Malformed Packet...Anders Broman1-0/+2
2013-05-15Export CellGlobalIdOrServiceAreaIdOrLAI.Anders Broman1-0/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-5/+5
2013-02-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8378 :Pascal Quantin1-3/+7
2013-02-05Export TBCD-STRING.Anders Broman1-0/+1
2013-01-19Fix for CID 280252.Jaap Keuter1-2/+2
2012-08-21Add dissection of locationInformation IE in Ericsson proprietary extensionPascal Quantin1-0/+25
2012-08-21Fix filter names for Ericsson proprietary extensionsPascal Quantin1-0/+1
2012-08-20Avoid defining 2 entries with incompatible types (FT_BYTES vs FT_NONE) and sa...Pascal Quantin1-0/+5
2012-06-04Fix 'lvalue required as left operand of assignment' error when compiling with...Pascal Quantin1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-45/+45
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-29/+29
2012-04-14Set direction according to destination address field also (and not only origi...pascal1-0/+24
2012-03-07Location Number not decoded as per Q.763 https://bugs.wireshark.org/bugzilla/...Anders Broman1-0/+30
2012-03-02Remove now unused variables.Anders Broman1-1/+0
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2012-01-26From Mike Morrin:Anders Broman1-2/+2
2011-11-29Wireshark crashes in gsm_map dissectorAnders Broman1-0/+1
2011-11-02Export NAEA-CIC to be used by Camel.Anders Broman1-0/+1
2011-10-06Add exportsAnders Broman1-0/+3
2011-09-29Make it possible to dissect proprietarry Opcodes.Anders Broman1-0/+6
2011-06-20Pretyfy APN display and make it filterable as a string.Anders Broman1-0/+36
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-68/+68
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-6/+6