aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ↵Anders Broman2-274/+0
it easier to use it in other dissectors including it from gsm_map makes in neccesarry to include asn1.h. Fix some bugs in the code, use it from bssmap. (Forgotten files). svn path=/trunk/; revision=26610
2008-10-28Move dissect_geographical_description() from gsm_map to gsm_a_common to make ↵Anders Broman1-1/+1
it easier to use it in other dissectors including it from gsm_map makes in neccesarry to include asn1.h. Fix some bugs in the code, use it from bssmap. (Forgotten file). svn path=/trunk/; revision=26609
2008-10-28From Shmulik Bezale:Anders Broman1-1/+1
GSM_MAP - ucs2 support on USSD. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2991 svn path=/trunk/; revision=26606
2008-10-27Wrong value for ELLIPSOID_POINT_WITH_UNCERT_CIRC used in CASE.Anders Broman1-14/+36
svn path=/trunk/; revision=26593
2008-10-23From shmulikB:Anders Broman2-4/+13
1. ansi map fail to parser BCD digits when Numbering Plan: Telephony Numbering (ITU-T Rec. E.164,E.163) (2) 2. fix dissector_try_port if sms-TeleserviceIdentifier RECIEVE BEFORE sms-BearerData. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2989 svn path=/trunk/; revision=26521
2008-10-17Further updates: dissect error-code and e-data.Anders Broman4-12/+186
svn path=/trunk/; revision=26486
2008-10-16Add asn1 file from Heimdal use som stuff from it add more dissection in the ↵Anders Broman5-47/+810
template and .cnf file. svn path=/trunk/; revision=26484
2008-10-15This file is not needed.Anders Broman1-417/+0
svn path=/trunk/; revision=26468
2008-10-15Now Kerberos compiles, a lot of work remains to get it into shape.Anders Broman8-73/+503
svn path=/trunk/; revision=26467
2008-10-15Start of an asn2wrs generated kerberos dissector. Most of the hand crafted ↵Anders Broman8-0/+2302
stuff is in the template file but it's not yet accessed from the asn2wrs generated code. - Work in progress. svn path=/trunk/; revision=26460
2008-10-14Try to get rid of unused code warnings.Anders Broman3-4/+11
svn path=/trunk/; revision=26455
2008-10-14gosse updates.Anders Broman1-0/+6
svn path=/trunk/; revision=26454
2008-10-14Added goose to makefiles.Stig Bjørlykke2-0/+4
svn path=/trunk/; revision=26448
2008-10-13Try to get rid of unused code warnings.Anders Broman2-8/+3
svn path=/trunk/; revision=26445
2008-10-13Remove unused #include <conversations.h>Bill Meier1-1/+0
svn path=/trunk/; revision=26443
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