aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2016-01-08Fix a lot of typos and misspellingsmoshekaplan9-14/+14
2016-01-06[S1AP] Update to version V13.1.0 (2015-12)AndersBroman8-107/+807
2016-01-05INAP: fix indent (use 2spaces and modelines)Alexis La Goutte1-59/+69
2016-01-04C12.22: fix compilation without LibgcryptPascal Quantin1-1/+3
2016-01-02Get rid of an unnecessary level of indirection.Guy Harris1-27/+25
2016-01-02Use #defines for the values for the facility_encoding preference.Guy Harris1-4/+6
2016-01-01ifdef out the decryption code and preferences if LIBGCRYPT isn't defined.Guy Harris1-22/+22
2016-01-01Clean up response matching type preference.Guy Harris1-9/+14
2016-01-01Clean up response matching type preference.Guy Harris1-9/+12
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris4-12/+12
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris4-17/+17
2015-12-28Don't cast away constness for the key in g_hash_table_lookup().Guy Harris1-1/+1
2015-12-16ldap: Add inetOrgPerson from RFC2798.Stig Bjørlykke1-0/+3
2015-12-15T.38: don't register for TCP and UDP ports 6004.Jeff Morriss1-44/+22
2015-12-13ULP: prettify dissectionPascal Quantin2-4/+951
2015-12-13NBAP : Verify conversation proto data exists before trying to access itAnish Bhatt1-3/+6
2015-12-11ULP: register dissector for application/vnd.omaloc-supl-init mediaPascal Quantin1-0/+1
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann107-220/+220
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann80-155/+155
2015-12-07Spelling fixes for errors found by lintianBalint Reczey3-3/+3
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-4/+4
2015-12-02[NBAP] Fix SIGSEGV in dissect_nbap_MACdPDU_SizeMichael Mann1-5/+6
2015-12-01[NBAP] Prevent crash.Michael Mann1-2/+3
2015-11-28LDAP: fix indent (use 2 spaces)Alexis La Goutte1-766/+772
2015-11-28Remove the GSSAPI specific members out of packet_info structure.Michael Mann1-115/+12
2015-11-28[ASN1 custom dissectors]Add the abillity to build custom ASN1 basedAndersBroman2-0/+28
2015-11-27[LDAP] Bugfix counting of search results.Michael Mann1-3/+3
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu45-113/+117
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann9-53/+69
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann12-153/+153
2015-11-24Remove support for "old style" dissectors in PER API.Michael Mann2-9/+12
2015-11-24Remove the LDAP wrapping for registering dissectors and just use dissector_ad...Michael Mann3-42/+13
2015-11-24Convert T.124 API to use "new style" dissectors.Michael Mann2-6/+6
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann20-151/+169
2015-11-22GSM MAP: Add Ericsson specific fields to MAP-OpenInfoPascal Quantin5-265/+269
2015-11-20More spelling fixes found by lintianBalint Reczey3-3/+3
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