aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2009-04-01According to the section 2.4 of the spec.Anders Broman1-5/+4
http://www.3gpp2.org/Public_html/specs/X.S0004-540-E_v2.0_070723.pdf mandatory parameters for the message Authentication Failure Report. 1. Electronic serial number 2. MSID(i.e MIN/IMSI) 3.Report Type 4.System Access Type 5.System Capabilities(Serving) svn path=/trunk/; revision=27923
2009-03-31Update value strings.Anders Broman1-1/+83
svn path=/trunk/; revision=27916
2009-03-29More size_t casts.Anders Broman1-2/+2
svn path=/trunk/; revision=27882
2009-03-27As suggested by Jakob Zawadzki: (Bug #3311): g_free() is NULL safe, so we ↵Bill Meier3-12/+3
don't need check against it. svn path=/trunk/; revision=27861
2009-03-27In informationDirective use MSID instead of mobileIdentificationNumber.Anders Broman1-2/+3
svn path=/trunk/; revision=27858
2009-03-26Add missing files to the distribution.Anders Broman2-0/+2
svn path=/trunk/; revision=27852
2009-03-23From Michael Lum:Anders Broman1-55/+9
ANSI MAP FeatureRequest update https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3349 svn path=/trunk/; revision=27836
2009-03-23Update to the 200903 release.Anders Broman8-223/+626
svn path=/trunk/; revision=27832
2009-03-23Fix: The AuthDir invoke is missing optional tags for a couple of parameters.Anders Broman1-19/+47
and FeatReq invoke fixes. svn path=/trunk/; revision=27831
2009-03-23Removed some "statement not reached" warnings.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=27827
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27736
2009-03-15Adjusted my name to use only ASCII characters.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=27733
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need ↵Bill Meier2-3529/+3509
check against it. Also (from me): Clean up spacing svn path=/trunk/; revision=27727
2009-03-15As suggested by Jakub Zawadzki: g_free() is NULL safe, so we don't need ↵Bill Meier1-5/+5
check against it (This change is to the currently unused asn1/kerberos/packet-kerberos-template.c). svn path=/trunk/; revision=27726
2009-03-13g_free() is NULL safe, so we don't need check against it.Stig Bjørlykke2-7/+8
svn path=/trunk/; revision=27719
2009-03-12From Chris Ridd (bug 3329):Stig Bjørlykke1-1/+3
There are two additional fields in PartialOutcomeQualifiers in X.500(2005) - the entryCount CHOICE now has an "exact" option, and there's a "streamedResult" flag. svn path=/trunk/; revision=27713
2009-03-11From Michael Lum:Anders Broman1-0/+2
More dissection of IOS parameters in ANSI MAP IOS Invoke/Response Data https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3323 svn path=/trunk/; revision=27695
2009-03-09Corrected oid names.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27673
2009-03-09Corrected oid name.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27672
2009-03-07Added an expert info when dissector is not available.Stig Bjørlykke1-2/+3
svn path=/trunk/; revision=27632
2009-03-07Added a users context list to map a presentation context identifier to anStig Bjørlykke2-21/+109
object identifier when the capture does not contain a PRES package with a presentation context definition list for the conversation. Added a few expert infos. svn path=/trunk/; revision=27631
2009-03-05Get rid of an unused global variable.Guy Harris1-3/+0
svn path=/trunk/; revision=27608
2009-03-04From Neil Piercy:Anders Broman4-0/+29
Embedded RRC messages not dissected. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3300 svn path=/trunk/; revision=27606
2009-03-03Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=27601
2009-03-03Added the missing file.Stig Bjørlykke1-0/+30
svn path=/trunk/; revision=27600
2009-03-03Use the SCTP ppid for S1AP.Anders Broman1-1/+3
svn path=/trunk/; revision=27585
2009-03-03Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfoAnders Broman2-2/+8
from the RRC dissector. svn path=/trunk/; revision=27584
2009-02-22Fix a typo in a dummy function.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27517
2009-02-18Added one more string_or_null.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27482
2009-02-17Add a string utility function "string_or_null" which can be used toGerald Combs1-20/+14
guarantee a non-null string value. Use it in the LDAP dissector. Fixes the crash on Windows (and other platforms) reported in bug 3262. svn path=/trunk/; revision=27478
2009-02-17From Michael Lum:Anders Broman1-0/+4
ANSI MAP fix for missing MEID/MSC ID number in RegNot https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3255 svn path=/trunk/; revision=27469
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-6/+6
displayed to the user. svn path=/trunk/; revision=27462
2009-02-15Removed an unused variable.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=27455
2009-02-10Trying to make the buildbot happy.Anders Broman1-2/+2
svn path=/trunk/; revision=27409
2009-02-09Add dissection of Charging ASE in ISUP APM messages.Anders Broman9-0/+720
svn path=/trunk/; revision=27405
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier2-2/+0
svn path=/trunk/; revision=27392
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier4-4/+0
svn path=/trunk/; revision=27391
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier56-63/+0
svn path=/trunk/; revision=27390
2009-02-05From Michael Lum:Anders Broman1-2/+12
ANSI MAP digits type decode and bitmask corrections https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3233 svn path=/trunk/; revision=27379
2009-01-28Adjust some indentationBill Meier1-9/+9
svn path=/trunk/; revision=27323
2009-01-28#include prefs.h not req'dBill Meier8-8/+0
svn path=/trunk/; revision=27322
2009-01-27Handle V3 SendRoutingInfoRes where the tag[3] is missing.Anders Broman1-1/+9
svn path=/trunk/; revision=27311
2009-01-22Fix Bug 3219: avoid overwriting H.323 callIdentifier value when ↵Tomas Kukosa2-2/+9
CallIdentifier type is called from another dissector, e.g. H.450 svn path=/trunk/; revision=27287
2009-01-20Revert previous change.Anders Broman1-1/+0
svn path=/trunk/; revision=27279
2009-01-20Add kerberos to the distribution - should no be built yet.Anders Broman1-0/+1
svn path=/trunk/; revision=27277
2009-01-20From Michael Lum:Anders Broman2-12/+11
ANSI MAP fix for TRN digits/SMS and OTA subdissection https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3214 svn path=/trunk/; revision=27276
2009-01-19Fix (what I believe to be) typos so build will work again....Bill Meier1-2/+2
svn path=/trunk/; revision=27266
2009-01-18Update to V8.3.0 (2008-12).Anders Broman8-452/+2858
svn path=/trunk/; revision=27264
2009-01-15Diameter.xml: Add s6a application contex + Spec refAnders Broman3-20/+27
Add subdisecton of 3GPP AVP 701 MSISDN using code in gsm map. svn path=/trunk/; revision=27240
2009-01-13Move find_dissector to once-only section of _reg_handoffBill Meier1-3/+2
svn path=/trunk/; revision=27220