aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2009-08-21Sanitize epan includesKovarththanan Rajaratnam9-11/+11
svn path=/trunk/; revision=29500
2009-08-18Make build bot happy?Anders Broman1-17/+0
svn path=/trunk/; revision=29463
2009-08-18Typo: parameter_tvb to be used.Anders Broman3-6/+6
svn path=/trunk/; revision=29462
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam6-9/+9
svn path=/trunk/; revision=29446
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29355
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam3-12/+4
svn path=/trunk/; revision=29346
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam8-35/+10
svn path=/trunk/; revision=29345
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam15-34/+17
svn path=/trunk/; revision=29344
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam3-6/+3
svn path=/trunk/; revision=29342
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam30-74/+37
svn path=/trunk/; revision=29340
2009-08-08Make sure that we pass on the same set of parameters to asn2wrs.py on ↵Kovarththanan Rajaratnam1-6/+7
Unix/Windows. This fix ensures that the generated copyright headers are identical on both platforms. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3658 svn path=/trunk/; revision=29336
2009-08-08If we have a format error, don't try adding something to theGerald Combs1-5/+8
tree. Fixes bug 3822. svn path=/trunk/; revision=29331
2009-08-05Add a couple of pointer checks.Gerald Combs1-1/+5
svn path=/trunk/; revision=29301
2009-08-04Initialize several ett_... variables to -1Bill Meier1-2/+2
svn path=/trunk/; revision=29295
2009-08-03Rework an assignment to keep static analyzers from complaining.Gerald Combs1-4/+4
svn path=/trunk/; revision=29287
2009-07-30Remove more unused variables.Gerald Combs5-5/+0
svn path=/trunk/; revision=29249
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually Ronnie Sahlberg1-2/+6
verified that we did have enough data in the buffer/tvb, which could lead to a SEGV. (for example if we enable KRB5 decryption but we do NOT use TCP reassembly, and the encrypted data goes beyong the end of the current segment) Change the signature to decrypt_krb5_data() to take a TVB instead of a buffer+length. Actually check that we do have the entire encrypted PDU before calling out to the kerberos libraries. svn path=/trunk/; revision=29213
2009-07-28From: Matthieu Patou <mat+Informatique.Samba@matws.net>Ronnie Sahlberg2-1/+5
Date: Mon, 27 Jul 2009 08:55:55 +0000 (+0200) Subject: patch_ldap_260709 Add a few additional LDAP OIDs and increase the maximum SASL blob size to be 1M instead of 256kb svn path=/trunk/; revision=29210
2009-07-23From Neil Piercy:Anders Broman1-2/+20
Another missing RRC dissector chaining link. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3769 svn path=/trunk/; revision=29172
2009-07-16Don't crash if we happen to load a bad MIB file.Gerald Combs1-1/+1
svn path=/trunk/; revision=29118
2009-07-09Reworked patch from massimo: Anders Broman1-8/+30
SNMP cannot be decoded in case of appended data to message https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3684 svn path=/trunk/; revision=29047
2009-07-08Remove hint of name resolution when it's not there.Jaap Keuter1-1/+2
svn path=/trunk/; revision=29033
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2-6/+6
svn path=/trunk/; revision=28989
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
Remove trailing spaces in protocol/field names svn path=/trunk/; revision=28978
2009-07-07Remove some check_col() calls.Stig Bjørlykke2-20/+13
svn path=/trunk/; revision=28974
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke2-4/+4
More FT_XXX cleanup. svn path=/trunk/; revision=28971
2009-07-06From Kovarththanan Rajaratnam:Anders Broman1-1/+1
More "Cleanup header_field_info definitions" svn path=/trunk/; revision=28961
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-3/+3
Cleanup header_field_info definitions https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 svn path=/trunk/; revision=28940
2009-07-03Fix:Anders Broman1-0/+16
packet-ndmp.c:562: warning: unused parameter 'pinfo' svn path=/trunk/; revision=28936
2009-06-30Changed check for having multiple ldap PDU's in one frame.Stig Bjørlykke1-26/+24
The previous check is incorrect when the first ldap frame in the capture is selected and the filter is changed, or selecting "Follow TCP Stream". Also removed check_col(). svn path=/trunk/; revision=28889
2009-06-30Cleanup protocol name for ldap.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28888
2009-06-27From yin sun:Anders Broman2-1/+5
h248 term wildcard enhancement svn path=/trunk/; revision=28861
2009-06-26tvb_child_new_real_data() -> tvb_new_child_real_data()Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=28845
2009-06-25tvb_new_real_data()->tvb_child_new_real_data()Anders Broman1-2/+1
svn path=/trunk/; revision=28843
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke9-263/+263
More asn1/* header field info cleanup svn path=/trunk/; revision=28826
2009-06-23From Kovarththanan Rajaratnam:Stig Bjørlykke16-60/+60
Clean up header field info in asn1/*-template.c files. From me: Fixed a few typos in the patch. svn path=/trunk/; revision=28817
2009-06-22More header_field_info cleanup.Stig Bjørlykke3-17/+17
svn path=/trunk/; revision=28802
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=28800
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-68/+68
svn path=/trunk/; revision=28799
2009-06-22More header_field_info cleanup.Stig Bjørlykke1-42/+42
svn path=/trunk/; revision=28798
2009-06-21Update to Jun spec. version.Anders Broman7-267/+575
(Dissector will be generated when we fix some "empty blurb issues".) svn path=/trunk/; revision=28789
2009-06-21LDAP control support for Password policy for LDAP directories.Graeme Lunt2-1/+23
svn path=/trunk/; revision=28783
2009-06-20From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke10-38/+38
More header_field_info cleanup in the asn1 cnf files. Dissectors will be regenerated later. svn path=/trunk/; revision=28782
2009-06-19From Anders: Fix wrong tag numbers.Stig Bjørlykke1-13/+13
Dissector will be generated when we fix some "empty blurb issues". svn path=/trunk/; revision=28774
2009-06-17From Anders:Stig Bjørlykke7-101/+114
Update to June specification. svn path=/trunk/; revision=28767
2009-06-15Bug 2833: Graeme Lunt1-3/+5
Naming attributes in subject DNs defined for Extended Validation Certificates http://www.cabforum.org/EV_Certificate_Guidelines_draft11.pdf svn path=/trunk/; revision=28746
2009-06-06Handle Detach and Service request, make it possible to set direction on ↵Anders Broman1-1/+12
link(UL/DL). svn path=/trunk/; revision=28648
2009-06-05Microsoft PKCS#12 local machine keyset bag attributeGraeme Lunt1-0/+1
svn path=/trunk/; revision=28641
2009-06-02Update to:Graeme Lunt9-1251/+1787
* support the P3 protocol in addition to the P1 protocol; and * reduce the number of changes to the ASN.1 modules (as asn2wrs now handles more of the ASN.1 constructs). P3 is currently only supported over ROS (and not RTSE) svn path=/trunk/; revision=28593
2009-06-02Small typo.Graeme Lunt1-1/+1
svn path=/trunk/; revision=28591