summaryrefslogtreecommitdiff
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2015-11-27[LDAP] Bugfix counting of search results.Michael Mann1-3/+3
2015-10-24T38: fix a dereference of NULL pointerPascal Quantin1-32/+32
2015-10-17NBAP: avoid dereferencing a NULL pointerPascal Quantin1-2/+5
2015-09-14TCAP: support dialogue confirmationLuke Mewburn2-59/+57
2015-09-11LTE RRC: remove tree tests before decoding top level messagesPascal Quantin1-27/+15
2015-09-06OCSP: get rid of an evil global variablePascal Quantin2-7/+7
2015-07-16LTE RRC: fix dissection of ETWS/CMAS warning messagesPascal Quantin2-3/+233
2015-06-26GSM MAP: Fix decoding of IPv6 addressesVasil Velichckov2-4/+4
2015-05-22p1: Fixed do_address for extension attributesStig Bjørlykke2-3/+25
2015-05-19p1: Handle OrganizationalUnitNameStig Bjørlykke1-0/+2
2015-04-28Add more files to the distribution.Guy Harris14-13/+77
2015-04-23LPP: fix a typo in the protocol abbreviationPascal Quantin3-4/+4
2015-04-06PKCS1: fix a typo for OID 1.3.132.0.35Robert P1-2/+2
2015-03-12Don't pass a t4-non-ecm-sig-end to the tap if we didn't see the start of theJeff Morriss1-1/+3
2015-03-11SPNEGO: fix compilation without KerberosPascal Quantin1-2/+6
2015-03-11packet-ldap: use the correct tvb to report the SASL wrapped payloadStefan Metzmacher1-4/+4
2015-03-11packet-spnego: fix krb5_cfx_wrap without encryptionStefan Metzmacher1-7/+24
2015-03-05Improved deregistering fields.Stig Bjørlykke1-5/+1
2015-03-03GSM MAP: do not use a global variable to store OIDPascal Quantin2-4/+5
2015-02-25ATN-CPDLC: never put a break in a TRY blockPascal Quantin1-8/+10
2015-02-18H.248: fix dissection of ServiceChangeReason for version 1Pascal Quantin3-45/+2
2015-02-17CMIP: get rid of some evil global variablesPascal Quantin2-31/+20
2015-02-10FTAM: get rid of an evil global variablePascal Quantin2-7/+12
2015-01-27Comment out various 'if(tree)'Bill Meier1-1/+1
2015-01-18Novell PKIS: handle 64 bits contraintPascal Quantin1-0/+15
2015-01-18LDAP: g8c608e6 did not include the changes in template file, that got lost af...Pascal Quantin1-1/+3
2015-01-17X509AF: dissect Certificate Serial Number as INT64 instead of INT32Pascal Quantin1-0/+5
2015-01-04ACSE: get rid of an evil global variablePascal Quantin2-11/+29
2015-01-04PKIX1Explicit: get rid of an evil global variablePascal Quantin2-9/+16
2014-12-23asn1/Makefile.nmake: packet-c1222.c not autogenerated using Windows nmakeBill Meier1-4/+5
2014-12-12LPP: avoid doing an out of bound access in case the PER decoding gives an inv...Pascal Quantin1-1/+3
2014-12-10LCSAP: fix dissection of negative longitude and latitudePascal Quantin1-2/+2
2014-10-18Don't use ctype.h routines.Guy Harris2-6/+5
2014-10-17GSM MAP: fix detection of SMS direction when application context version is < 3Pascal Quantin2-6/+5
2014-10-09Kerberos: fix decryption of DCERPC with Kerberos encryptionPascal Quantin1-4/+5
2014-09-23The heuristic for T.125 per is too week and we do not have a PER dissectorAndersBroman1-32/+0
2014-08-01Add some files under asn1 to the distribution.Guy Harris104-121/+128
2014-07-08RRC: fix ASN.1 description by manually adding CR5591Pascal Quantin2-4/+4
2014-07-07Add printf-format annotations, fix garbagePeter Wu3-11/+11
2014-06-29GSM MAP: ensure that p2p_dir is always initialized before calling GSM SMS dis...Pascal Quantin1-0/+25
2014-06-22Fix leak in nbap init functionEvan Huus1-2/+2
2014-06-19Kerberos: fix dissection of packets when Record Mark is presentPascal Quantin1-1/+1
2014-06-11FixAndersBroman1-0/+3
2014-06-11This fix now allows SASL/GSS-API with integrity only to be properly dissectedRichard Sharpe1-5/+32
2014-06-09Improve the fix by removing code that miss dissects SPNEGO stuff ... as wellRichard Sharpe1-51/+0
2014-06-09Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft...Richard Sharpe3-80/+83
2014-05-29Grab-bag of dead initializers and two actual bugs.Evan Huus2-6/+6
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman6-10/+24
2014-05-15Eliminate some calls to tvb_get_ptr().Guy Harris1-8/+6
2014-05-12Fix copy-and-paste error with cause value_strings, and change indentation to ...Martin Mathieson1-10/+10