aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/gsm_map
Commit message (Collapse)AuthorAgeFilesLines
...
* Pretyfy APN display and make it filterable as a string.Anders Broman2011-06-202-0/+43
| | | | svn path=/trunk/; revision=37731
* Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss2011-05-271-68/+68
| | | | | | directly. svn path=/trunk/; revision=37420
* Change the signature of elem_fcn():ns to include pinfo.Anders Broman2011-04-041-6/+6
| | | | svn path=/trunk/; revision=36443
* -Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman2011-04-021-1/+1
| | | | | | | | | - Fix dissection of extensions in INAP it should now be possible to add an "OID dissector" for extensions. Should fix BUG https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5799 svn path=/trunk/; revision=36435
* Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman2011-03-271-2/+12
| | | | svn path=/trunk/; revision=36365
* Add miisng file from Anders Broman2011-02-271-0/+2
| | | | | | http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36079 svn path=/trunk/; revision=36085
* Add exports.Anders Broman2011-02-241-0/+6
| | | | svn path=/trunk/; revision=36049
* Dissect V1 version , found in trace from:Anders Broman2011-02-072-1/+8
| | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5637 svn path=/trunk/; revision=35843
* Export more functions.Anders Broman2011-02-021-0/+9
| | | | svn path=/trunk/; revision=35757
* r35546 Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ↵Anders Broman2011-01-161-1/+1
| | | | | | | | | ensure the return string is NULL terminated. Make the change also in the .cnf file svn path=/trunk/; revision=35551
* Use value_string_ext in a couple of places.Anders Broman2011-01-121-14/+25
| | | | svn path=/trunk/; revision=35501
* TCAP- Application context name not been decoded correctlyAnders Broman2011-01-121-1/+1
| | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5573 svn path=/trunk/; revision=35498
* Remove unreached statement.Jeff Morriss2011-01-051-1/+0
| | | | svn path=/trunk/; revision=35387
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-8/+8
| | | | | | | | | | | keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
* Fix various typos and spelling errors.Bill Meier2010-12-061-1/+1
| | | | svn path=/trunk/; revision=35126
* Update to 3GPP TS 29.002 V9.3.0 (2010-09)Anders Broman2010-11-0824-161/+200
| | | | svn path=/trunk/; revision=34814
* Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg Anders Broman2010-08-292-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5076 Use: /* * Dissect Multiple Choice Message * This function is used to decode a message, when several encoding may be used. * For exemple, in the last MAP version, the Cancel Location is defined like this: * CancelLocationArg ::= [3] IMPLICIT SEQUENCE * But in the previous MAP version, it was a CHOICE between a SEQUENCE and an IMSI * As ASN1 encoders (or software) still uses the old encoding, this function allows * the decoding of both versions. * Moreover, some optimizations (or bad practice ?) in ASN1 encoder, removes the * SEQUENCE tag, when only one parameter is present in the SEQUENCE. * This explain why the function expects 3 parameters: * - a [3] SEQUENCE corresponding the recent ASN1 MAP encoding * - a SEQUENCE for old style * - and a single parameter, for old version or optimizations * * The analyze of the first ASN1 tag, indicate what kind of decoding should be used, * if the decoding function is provided (so not a NULL function) */ svn path=/trunk/; revision=34001
* Update to V9.1.0 (2010-03).Anders Broman2010-04-1926-66/+221
| | | | svn path=/trunk/; revision=32509
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
| | | | svn path=/trunk/; revision=32405
* Fix for Bug 4588:Gerasimos Dimitriadis2010-03-201-1/+1
| | | | | | RANAP and friends want the MNC encoded in big endian form. svn path=/trunk/; revision=32257
* Squelch a bunch of compiler warnings.Guy Harris2010-02-233-5/+5
| | | | svn path=/trunk/; revision=31961
* Fix for Bug 3116Gerasimos Dimitriadis2010-02-011-1/+1
| | | | | | wrong decoding IMSI with GSM MAP protocol svn path=/trunk/; revision=31764
* Get rid of check_col();Anders Broman2010-01-172-8/+4
| | | | svn path=/trunk/; revision=31546
* Update to V9.0.0 (2009-12)Anders Broman2010-01-021-0/+1
| | | | svn path=/trunk/; revision=31413
* Update to V9.0.0 (2009-12)Anders Broman2010-01-0129-118/+231
| | | | svn path=/trunk/; revision=31404
* Replace gsm_sms_char_ascii_decode() with gsm_sms_chars_to_utf8(), whichGuy Harris2009-12-281-5/+2
| | | | | | | returns an ep_allocated string (and whose name reflects that what you get out is UTF-8, not just ASCII). svn path=/trunk/; revision=31376
* Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis2009-11-272-2/+2
| | | | svn path=/trunk/; revision=31102
* Make all proto_* values static.Stig Bjørlykke2009-10-111-2/+2
| | | | svn path=/trunk/; revision=30516
* gsmmap -> gsm_map to make directory name consistent with filenamesKovarththanan Rajaratnam2009-10-1036-0/+14028
svn path=/trunk/; revision=30470