aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2008-10-13From Martin Lutz:Anders Broman6-0/+417
IEC 61850 GOOSE protocol svn path=/trunk/; revision=26440
2008-10-13Remove line from template which was previously manually removed from the ↵Bill Meier1-1/+0
generated file. svn path=/trunk/; revision=26431
2008-10-13Remove unused prefs.h, conversation.h & data_handle; Fix typoBill Meier1-5/+1
svn path=/trunk/; revision=26430
2008-10-13Fix for bug 2823Jaap Keuter1-2/+6
Do not pass automatic variables back into caller space. svn path=/trunk/; revision=26426
2008-10-11Another instance of Signal info.Anders Broman1-5/+14
svn path=/trunk/; revision=26415
2008-10-11From Bruno Hivert:Anders Broman1-1/+6
Pretify Bearer Capability. svn path=/trunk/; revision=26411
2008-10-10Dissect Signal info with gsm-0806 protocol id.Anders Broman2-6/+113
svn path=/trunk/; revision=26399
2008-10-09Put Tag and lengt in the tree.Anders Broman2-1/+16
svn path=/trunk/; revision=26397
2008-10-09Dissect Bearer cap in Signal info.Anders Broman2-5/+33
svn path=/trunk/; revision=26396
2008-10-05use g_malloc/g_free instead of malloc/freeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=26353
2008-10-05change u_char to unsigned char to make the osx compiler happyRonnie Sahlberg1-5/+5
svn path=/trunk/; revision=26351
2008-10-05kerberos/gss enhancementsRonnie Sahlberg1-2/+107
add a parameter *datalen to decrypt_krb5_data() so that we can pass back the length of the decrypted blob back to the caller. This is useful for when there are "junk" at the end of the blob and thus the decrypted data is not the same size as the encrypted blob. GSS CFX is one such example. (we should have done this earlier since it might have made some other stuff easier to imlement...) make the preference setting krb_decrypt a globally visible variable so we can see its value and act on it from callers of krb decryption from outside of packet-kerberos.c i.e. from GSS CFX Make keytype == -1 a wildcard that when passed to decrypt_krb5_data() will try any/all encryption keys. This since GSS CFX does not provide the enctype in the GSS layer. (The GSS CFX enctype is only negotiated during the AP-REQ/REP so we should later pick this value up and store it in a CFX session variable. That is for a later enhancement. ) Enhance the GSS decryption (that for hitorical reasons are implemented in packet-spnego.c and not packet-gssapi.c :-) ) to also handle decryption of GSS CFX This should make wireshark able to decrypt any/all GSSAPI RFC4121 packets, if the keytab file is provided. I have successfully decrypted LDAP using GSS CFX with AES encryption with this. svn path=/trunk/; revision=26350
2008-10-02Decode content according to given content type.Stig Bjørlykke2-5/+34
svn path=/trunk/; revision=26338
2008-10-01add 3 new OIDs to the x509af dissectorRonnie Sahlberg1-0/+3
svn path=/trunk/; revision=26325
2008-09-30We always use start_offset, so don't wrap it in "#ifdef HAVE_KERBEROS".Gerald Combs1-2/+0
svn path=/trunk/; revision=26301
2008-09-29from MetzeRonnie Sahlberg1-1/+262
add dissection of RFC4121 krb5 blobs svn path=/trunk/; revision=26294
2008-09-29GSM MAP: inconsistent spacing in Info columnAnders Broman1-0/+1
Bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2912 svn path=/trunk/; revision=26291
2008-09-27From Reinhard(rspmn):Anders Broman1-7/+9
Wrong display of USSD strings in the GSM 7-bit alphabet for non-ASCII data svn path=/trunk/; revision=26286
2008-09-25Add the missing part of the fix for "Failure to dissect long SASL wrapped ↵Anders Broman1-1/+1
LDAP response". https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2687 svn path=/trunk/; revision=26272
2008-09-25Update to the latest asn1 files and try to get rid of unused code warnings.Anders Broman7-174/+655
svn path=/trunk/; revision=26271
2008-09-25Update to the latest asn1 files and try to get rid of unused code warnings.Anders Broman7-235/+332
svn path=/trunk/; revision=26270
2008-09-25Add value_string to dissect_q931_cause_ie().Anders Broman1-1/+1
svn path=/trunk/; revision=26267
2008-09-21Try to fix some "defined but not used" warnings.Anders Broman2-0/+36
svn path=/trunk/; revision=26243
2008-09-19Dump the unsupported opcode for invoke result and invoke error,Stig Bjørlykke1-2/+4
as is done for invoke argument. svn path=/trunk/; revision=26232
2008-09-18Fix a spelling error pointed out by Noam Rathaus.Gerald Combs1-1/+1
svn path=/trunk/; revision=26228
2008-09-14Use the unmodified DialoguePDUs ASN1 file.Anders Broman3-105/+16
svn path=/trunk/; revision=26192
2008-09-14Remove the rest of the ANSI TCAP stuff.Anders Broman3-182/+10
svn path=/trunk/; revision=26191
2008-09-13Start to get rid of the "old" ANSI TCAP stuff.Anders Broman3-211/+2
svn path=/trunk/; revision=26189
2008-09-13Use original UnidialoguePDUs.Anders Broman3-35/+40
svn path=/trunk/; revision=26188
2008-09-13Fix typoAnders Broman1-2/+2
svn path=/trunk/; revision=26187
2008-09-13Move the ITU asn1 files to /tcapAnders Broman6-4/+4
svn path=/trunk/; revision=26186
2008-09-12Revert one of the changes.Anders Broman1-1/+0
svn path=/trunk/; revision=26183
2008-09-12Try to fix "defined but not used" warnings.Anders Broman2-1/+9
svn path=/trunk/; revision=26182
2008-09-03Split the asn1 file in two.Anders Broman3-2532/+2535
svn path=/trunk/; revision=26132
2008-09-03Rename the asn1 file(next step is to split it) to it's "proper" name.Anders Broman2-1/+1
svn path=/trunk/; revision=26130
2008-09-03Try to fix unused code warnings(hack).Anders Broman1-0/+64
svn path=/trunk/; revision=26129
2008-09-02Try to fix unused code warnings.Anders Broman2-5/+28
svn path=/trunk/; revision=26122
2008-09-02Try to fix unused code warnings.Anders Broman1-3/+0
svn path=/trunk/; revision=26111
2008-09-02Try to fix unused code warnings.Anders Broman3-1128/+1115
svn path=/trunk/; revision=26110
2008-09-01Try to fix unused code warnings.Anders Broman1-2/+5
svn path=/trunk/; revision=26109
2008-09-01Update to use unchanged asn1 files and X.501:08/2005.Anders Broman6-815/+930
Hopefullly without breaking to many things. svn path=/trunk/; revision=26108
2008-08-31Try to fix "defined but not used" warnings.Anders Broman2-1/+9
svn path=/trunk/; revision=26107
2008-08-31Remove test code for depreciated OID.Anders Broman1-1/+0
svn path=/trunk/; revision=26106
2008-08-31Update to X.509:08/2005.Anders Broman2-347/+485
svn path=/trunk/; revision=26105
2008-08-31OID 1.3.6.1.5.5.7.8.5 (id-on-xmppAddr) not recognized by BER dissector.Anders Broman2-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2835 svn path=/trunk/; revision=26104
2008-08-26Get rid of an unused variable in the P7 dissector.Guy Harris1-2/+0
Create a set of warning-clean ASN.1 dissectors and build them with -Werror, to try to prevent errors creeping back in. Put the P7 dissector there. svn path=/trunk/; revision=26090
2008-08-22Fix a (probably benign) case where it appears that && should be &Bill Meier1-1/+1
svn path=/trunk/; revision=26058
2008-08-08Include asn1/Makefile.inc.nmake and asn1/Makefile.preinc.nmake into the ↵Tomas Kukosa1-1/+3
distribution package svn path=/trunk/; revision=25956
2008-08-06From Gary Reynolds:Anders Broman2-65/+474
Extended the cldap desector to include all the current netlogon response data types. Expanded the cldap netlogon ntver option to be a bit mask of the search flags Updated the DS flags fields to include Windows 2008 options. svn path=/trunk/; revision=25942
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937