aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ranap.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-08- Forward declaration of register functions.Anders Broman1-5/+4
svn path=/trunk/; revision=53872
2013-12-08- Forward declaration of register functions.Anders Broman1-6/+9
svn path=/trunk/; revision=53859
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-21/+21
svn path=/trunk/; revision=53382
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
- ep_tvb_get_bits() -> wmem_packet_tvb_get_bits() - tvb_g_memdup()/ep_tvb_memdup() -> tvb_memdup() - tvb_fake_unicode()/tvb_get_ephemeral_faked_unicode() -> tvb_get_faked_unicode() - tvb_get_g_string()/tvb_get_ephemeral_string()/tvb_get_seasonal_string() -> tvb_get_string() - tvb_get_g_unicode_string()/tvb_get_ephemeral_unicode_string() -> tvb_get_unicode_string() - tvb_get_ephemeral_string_enc() -> tvb_get_string_enc() - update docs accordingly svn path=/trunk/; revision=52172
2013-09-15Finish asn1 emem -> wmem conversion.Jörg Mayer1-15/+15
Left are snmp and those functions that don't have wmem equivalents. svn path=/trunk/; revision=52060
2013-06-24Add an option to dissect RRC-Container IEPascal Quantin1-1/+5
svn path=/trunk/; revision=50130
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus1-2/+2
svn path=/trunk/; revision=50063
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-259/+259
incompatible filters in ASN.1 dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
2013-03-19From beroset:Anders Broman1-3/+3
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48429
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-7/+7
svn path=/trunk/; revision=45110
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki1-10/+10
svn path=/trunk/; revision=44874
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-321/+321
svn path=/trunk/; revision=44861
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin1-2/+2
svn path=/trunk/; revision=44513
2012-07-31- Put back not used constants to fill value_strings_ext.Anders Broman1-2/+20
- Don't dissect RRC container, it seems to only cause grief. svn path=/trunk/; revision=44156
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin1-25/+25
svn path=/trunk/; revision=43227
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
proto_tree_add_item() calls. Also, fix a call for IPv4 addresses to use ENC_BIG_ENDIAN (yes, we do support ENC_LITTLE_ENDIAN for IPv4 addresses - at least one protocol apparently puts IPv4 addresses out byte-swapped!). svn path=/trunk/; revision=42531
2012-05-04Dissect transport layer address NSAPAnders Broman1-1/+1
svn path=/trunk/; revision=42416
2012-02-21From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12).Anders Broman1-87/+116
svn path=/trunk/; revision=41104
2011-12-08Try to get the container stuff right...Anders Broman1-26/+26
svn path=/trunk/; revision=40119
2011-11-17Add a missing IE number.Anders Broman1-1/+2
svn path=/trunk/; revision=39897
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-10-13Dissect NSAP encoded transport layer address.Anders Broman1-19/+33
svn path=/trunk/; revision=39408
2011-09-12Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=38978
2011-09-12Update to V10.2.0 (2011-06)Anders Broman1-139/+1578
svn path=/trunk/; revision=38972
2011-09-12Update to V9.6.0 (2011-06)Anders Broman1-0/+1
svn path=/trunk/; revision=38971
2011-08-02 Bug 6146 - Malformed RANAP packets when HandOver procedure on iuh Anders Broman1-27/+36
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6146 svn path=/trunk/; revision=38312
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-35/+35
svn path=/trunk/; revision=37118
2011-02-27Export SourceCellID.Anders Broman1-20/+33
svn path=/trunk/; revision=36083
2011-01-05Reset the global pdu_type *before* returning.Jeff Morriss1-17/+31
svn path=/trunk/; revision=35391
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-327/+327
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
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman1-3/+73
- Fill the value_strings. svn path=/trunk/; revision=34925
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-23/+27
svn path=/trunk/; revision=34891
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-24/+26
svn path=/trunk/; revision=34884
2010-06-28Dissect more GTPV2 IE'sAnders Broman1-20/+33
svn path=/trunk/; revision=33351
2010-05-15Update to V9.2.0 (2010-03).Anders Broman1-61/+99
svn path=/trunk/; revision=32817
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-21/+21
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. svn path=/trunk/; revision=32748
2010-05-05Try to avoid the user confusion reported inJeff Morriss1-633/+633
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3477 by not using blurbs that look like abbreviations (filter strings). While we're at it try to avoid giving blurbs that are identical (or nearly so) to the field name. Regenerate a couple of dissectors like this to prove out the idea. svn path=/trunk/; revision=32673
2010-04-30Fix a gcc -Wshadow warning.Bill Meier1-5/+5
svn path=/trunk/; revision=32612
2010-04-29From Mike Morrin:Anders Broman1-16/+38
Dissection of BSSMAP IEs: Old BSS to New BSS Info and New BSS to Old BSS Info https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4712 svn path=/trunk/; revision=32606
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+7
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-8/+7
svn path=/trunk/; revision=32405
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+1
RANAP and friends want the MNC encoded in big endian form. svn path=/trunk/; revision=32257
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-1/+1
svn path=/trunk/; revision=31961
2010-01-26remove check_colAnders Broman1-20/+19
svn path=/trunk/; revision=31679
2009-12-21Update to V9.1.0 (2009-12).Anders Broman1-19/+175
svn path=/trunk/; revision=31337
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
svn path=/trunk/; revision=31102
2009-11-26Dissect RRC-container in RelocationResourceAllocation successful outcome.Anders Broman1-12/+17
svn path=/trunk/; revision=31082