aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman7-7/+55
- Fill the value_strings. svn path=/trunk/; revision=34929
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman7-87/+378
- Fill the value_strings. svn path=/trunk/; revision=34928
2010-11-17- Update to 3GPP TS 25.413 V9.4.0 (2010-09).Anders Broman7-14/+59
- Fill the value_strings. svn path=/trunk/; revision=34925
2010-11-17- Use SABP:s SCTP ppid.Anders Broman2-3/+9
- Use value_string_ext. svn path=/trunk/; revision=34924
2010-11-16value_string_ext fixes.Anders Broman4-7/+314
svn path=/trunk/; revision=34908
2010-11-16Modify 'compare_files' target: ignore #line changes; compare from ↵Bill Meier1-1/+1
epan\dissectors to asn1\... svn path=/trunk/; revision=34901
2010-11-16Use value_string_ext fcns to access several value_string arrays;Bill Meier3-17/+39
Minor whitespace cleanup. svn path=/trunk/; revision=34900
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-3/+11
svn path=/trunk/; revision=34894
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-1/+3
svn path=/trunk/; revision=34891
2010-11-15Use value_string_ext fcns to access several value_string arrays.Bill Meier1-2/+8
svn path=/trunk/; revision=34890
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-2/+5
svn path=/trunk/; revision=34884
2010-11-15Use value_string_ext fcns to access a value_string array.Bill Meier1-5/+8
svn path=/trunk/; revision=34883
2010-11-15Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-1088/+1101
Whitespace cleanup. svn path=/trunk/; revision=34882
2010-11-15Update package_name_vals[] value_string array:Bill Meier1-6/+24
- Add new entries based on: http://www.iana.org/assignments/megaco-h248 last updated 2010-10-01; - Fix a typo (incorrect value for an entry); - Switch values between two entries to match the IANA list; - Switch two entries so list is in ascending order by value. svn path=/trunk/; revision=34881
2010-11-15Regenerate packet-nbap.c now that asn2wrs sorts value_string arrays used ↵Bill Meier1-8/+8
with value_string_ext fcns; Change nbap.cnf to use val_to_str_ext to access protocolIE_ID value_string array. Also: Minor whitespace cleanup in nbap.cnf. svn path=/trunk/; revision=34876
2010-11-12Update Camel to TS 29.078 9.2.0 (2010-06)Anders Broman12-201/+230
svn path=/trunk/; revision=34849
2010-11-11Use value_string_ext.Anders Broman1-3/+8
svn path=/trunk/; revision=34844
2010-11-08Update to 3GPP TS 29.002 V9.3.0 (2010-09)Anders Broman24-161/+200
svn path=/trunk/; revision=34814
2010-11-07Make the changes from:Anders Broman3-4/+4
Use value_string_ext fcns to access certain value_string arrays; Sort certain value_string arrays so the values are in ascending order; Use val_to_str_ext() instead of for loops to do value_string array lookups (voip_calls.c). Minor whitespace cleanup. In the source files of the as2wrs generated dissectors. svn path=/trunk/; revision=34803
2010-11-05Initialize dummy_me to avoid garbage or undefined values.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=34788
2010-10-31Don't generate packet-ns_cert_exts.h, it's not used.Stig Bjørlykke2-38/+1
svn path=/trunk/; revision=34736
2010-10-31Added a "all" target to rebuild all asn1 dissectors.Stig Bjørlykke1-0/+2
Currently this fails for kerberos and x721, because they shall not be build. Maybe we should add some sort of disable build for them. svn path=/trunk/; revision=34734
2010-10-29One more:Stig Bjørlykke1-1/+1
Make the third argument to a UAT copy callback a size_t. svn path=/trunk/; revision=34696
2010-10-29Make the third argument to a UAT copy callback a size_t.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=34695
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
the callbacks we have use that argument - is it really needed?). svn path=/trunk/; revision=34694
2010-10-15Added info column descriptions for AARQ and AARE.Stig Bjørlykke1-0/+10
svn path=/trunk/; revision=34519
2010-10-14From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4615 :Jeff Morriss1-134/+194
The attached patch adds the missing decoded fields by moving the proto_tree_add_item() call so that it is no longer within an error handler and will be called under normal circumstances (as well as error conditions. From me: Apply the change to the ASN.1 source. Also some white space indentation cleanup. svn path=/trunk/; revision=34505
2010-10-04Update to V9.4.0 (2010-09), no change in the asn1 def's.Anders Broman6-6/+7
svn path=/trunk/; revision=34362
2010-09-30Cleanup reassembly hf entries.Stig Bjørlykke1-9/+8
svn path=/trunk/; revision=34292
2010-09-30Cleanup reassembly hf entries.Stig Bjørlykke1-9/+8
svn path=/trunk/; revision=34291
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-3/+3
svn path=/trunk/; revision=34227
2010-09-23Corrected check for attribute flag bits.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34203
2010-09-23Show Abort source in info column.Stig Bjørlykke1-0/+12
svn path=/trunk/; revision=34202
2010-09-21The CLDAP attribute value on a CLDAP reply is no longer being decodedAnders Broman1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5239 It got broken in Revision 33390 I think, if attr_type is unset at this point it should be set in the calling function. http://anonsvn.wireshark.org/viewvc/trunk/asn1/ldap/ldap.cnf?r1=33388&r2=33390 svn path=/trunk/; revision=34176
2010-09-21As suggested by Kovarththanan Rajaratnam in ↵Jeff Morriss1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 : Clean up hf fields some more: mostly removing leading and trailing spaces from names and blurbs. svn path=/trunk/; revision=34165
2010-09-20Put Abort reason in info column.Stig Bjørlykke2-3/+12
svn path=/trunk/; revision=34159
2010-09-17Copy the rev 34143 changes to packet-snmp.c over to the asn1 source.Jeff Morriss1-13/+13
hf_snmp_engineid_enterprise is now a BASE_EXT_STRING, not BASE_RANGE_STRING. This fixes the fuzz failure in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5233 svn path=/trunk/; revision=34151
2010-09-10From Martin Peylo via bug 5198:Stig Bjørlykke2-2/+10
Added missing OIDs in CRMF (RFC 4211) dissector. svn path=/trunk/; revision=34099
2010-09-08Do not report undecoded message to expert info for ReturnResult without ↵Tomas Kukosa1-7/+10
result filed svn path=/trunk/; revision=34076
2010-08-31From Pascal Quantin:Anders Broman2-4/+366
Patch that allows the dissection of the Feature Group Indicators bit string. I tested it with our UE and it works fine. svn path=/trunk/; revision=34035
2010-08-31Add stub code for future dissection of featureGroupIndicators.Anders Broman1-0/+6
svn path=/trunk/; revision=34032
2010-08-29Fix for Bug Packet details have errors when decode MAP V2 PRN_ACK msg Anders Broman2-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
2010-08-27From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5150 : ↵Jeff Morriss1-0/+2
remove Makefile.in from the asn1 directories when doing a maintainer-clean svn path=/trunk/; revision=33955
2010-08-24Display content entry (with length) in tree.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=33914
2010-08-24Fix modifier in .cnf file.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=33913
2010-08-24Rewrote to fetch content_tvb from dissect_ber_octet_string().Stig Bjørlykke1-16/+5
Display eContent entry (with length) in tree. svn path=/trunk/; revision=33912
2010-08-24Display octet string fragments for RTSE segment data.Stig Bjørlykke1-4/+7
svn path=/trunk/; revision=33911
2010-08-24Indicate abort and abort-reason in info column.Stig Bjørlykke1-0/+17
svn path=/trunk/; revision=33908
2010-08-24Add Id.Anders Broman2-0/+2
svn path=/trunk/; revision=33907
2010-08-16Added Info for RTTPapdu.Stig Bjørlykke1-0/+10
svn path=/trunk/; revision=33809