aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2015-11-19ASN1 (custom.make): fix typoAlexis La Goutte1-2/+2
2015-11-07Further refactor GSS_API dissectors to pass gssapi_encrypt_info_t structure b...Michael Mann2-73/+213
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann2-5/+6
2015-11-06[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALL...AndersBroman2-4/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann31-121/+121
2015-11-04Don't include "file.h" if you don't need it.Guy Harris5-0/+8
2015-11-04Refactor some GSS-API dissectors to accept dissector data instead of using pa...Michael Mann1-15/+13
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde2-10/+10
2015-11-02[GTPv2] Dissect UTRAN F-Container content.AndersBroman3-0/+11
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser2-4/+0
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-1/+1
2015-10-24T38: fix a dereference of NULL pointerPascal Quantin1-32/+32
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-4/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs9-40/+40
2015-10-19Separate out sname and cname in Kerberos dissector.Michael Mann1-11/+23
2015-10-19X509AF: ensure that BER dissector successfully decoded a bit string before ca...Pascal Quantin1-4/+4
2015-10-19X509AF: protect against a comparison with a NULL algorithm_id stringPascal Quantin1-3/+3
2015-10-18x509af: dissect subjectPublicKey for RSAPeter Wu3-0/+30
2015-10-18NBAP: fix indent (use 8 spaces)Alexis La Goutte1-6/+6
2015-10-17NBAP: avoid dereferencing a NULL pointerPascal Quantin1-2/+5
2015-10-07ssl-utils: load RSA keys based on their modulus+exponentPeter Wu2-0/+27
2015-10-05H225, H245 over IPv6Michal Pazdera3-12/+50
2015-10-05Allow use of variadic macrosPeter Wu2-34/+26
2015-09-29LTE RRC: upgrade dissector to v12.7.0Pascal Quantin6-31/+161
2015-09-18pkcs1: remove unused RSAPrivateKey definitionPeter Wu2-15/+0
2015-09-15x509,ber: fix header field of large integersPeter Wu1-0/+3
2015-09-14MPEG-PES: tell the user (in COL_INFO) when the stream or frame type is unknown.Jeff Morriss1-7/+2
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-9/+2
2015-09-11LTE RRC: add a top level function for SBCCH SL BCH messagesPascal Quantin1-0/+15
2015-09-11LTE RRC: remove tree tests before decoding top level messagesPascal Quantin1-32/+18
2015-09-11snmp: fix 'time' var name.Dario Lombardo3-7/+7
2015-09-10LTE RRC: catch bounds errors triggered by subdissectorsPascal Quantin2-9/+23
2015-09-06SV: add an option to dissect seqData as PhsMeasPascal Quantin2-2/+106
2015-09-06OCSP: get rid of an evil global variablePascal Quantin2-7/+7
2015-09-03Address "shadow" warnings found by checkAPI script.Michael Mann2-7/+7
2015-08-26sv: remove some unnecessary checksMartin Kaiser1-10/+6
2015-08-26Camel: fix indent (use 2 spaces)Alexis La Goutte1-1/+1
2015-08-25[Camel] The tags used in EstablishTemporaryConnectionArg differs in V2 andAndersBroman3-2/+48
2015-08-21[Kerberos] Call to 'fseek()' without a check for a return value < 0,Bill Parker1-1/+4
2015-08-21GSM_map: Fix indent (use 2 spaces) and add modelinesAlexis La Goutte1-161/+174
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte3-3/+3
2015-08-20ANSI: Add modelinesAlexis La Goutte1-0/+13
2015-08-20Camel: Fix indent (use 2 spaces) and add modelinesAlexis La Goutte1-123/+137
2015-08-11H225: fix indent (use 2 spaces) and add modelines infoAlexis La Goutte3-950/+974
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+2
2015-08-09H225: fix no previous prototype for 'h225_stat_init' [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2015-08-09t124: kill evil global variablesEvan Huus2-13/+9
2015-08-09Trivial: Convert 'tabs' indentation to '4 space' indentationBill Meier10-3720/+3672
2015-08-07Add SHA2 algos to certificate dissection in SSLTimothy Geiser2-3/+10
2015-08-06Fixup stat_tap table freeing.Gerald Combs2-4/+22