aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2014-12-28Removed duplicated #include linesDario Lombardo2-2/+0
2014-12-25 NBAP: fix ddi missed for non first macdflow_id in E-DCH channelIlya Gavrilov1-4/+3
2014-12-23kerberos: Re-add needed #include <stdio.h>Bill Meier1-0/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier99-269/+70
2014-12-23asn1/Makefile.nmake: packet-c1222.c not autogenerated using Windows nmakeBill Meier1-4/+5
2014-12-22Cast a parameter in the kerberos dissector so it compiles withoutStephen Fisher1-1/+1
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+1
2014-12-22ANSI_MAP: Fix unused function (by add to .OMIT list)Alexis La Goutte1-0/+3
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris4-6/+4
2014-12-20Use ENCTYPE_NULL in the krb5_crypto_init() call.Guy Harris1-1/+1
2014-12-19Throw some casts at compiler warnings.Guy Harris1-5/+5
2014-12-17Update to V12.5.0AndersBroman6-14/+1872
2014-12-14Kerberos: import KRB5_AD_WIN2K_PAC dissection from old non ASN.1 based dissectorPascal Quantin2-5/+455
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-12-10GPRSCDR: fix warning: 'dissect_gprscdr_MBMSInformation' defined but not useAlexis La Goutte1-0/+11
2014-12-09LTE RRC: upgrade dissector to v12.3.0Pascal Quantin5-53/+637
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin2-13/+15
2014-12-09LDAP's DirSyncFlags are a bitfield, so show it as an unsigned integer in hex.Guy Harris1-0/+1
2014-12-02cms: Handle media_type pkcs7-mime and pkcs7-signatureStig Bjørlykke1-0/+4
2014-12-02Make it possible to register an OID dissector to dissectAndersBroman2-1/+15
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-18/+8
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann4-18/+72
2014-11-25Remove use of pinfo->private_data since it's not used anywhere.Michael Mann2-12/+0
2014-11-17H248: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-17/+19
2014-11-16Remove ipproto member of packet_info.Michael Mann1-14/+1
2014-11-14[S1AP) Wrong tree usedAndersBroman1-1/+1
2014-11-14[S1AP] Let the A21 dissector do further dissection of Cdma2000SectorIDAndersBroman2-0/+23
2014-11-10Improved deregistering fields.Stig Bjørlykke1-5/+1
2014-11-08SNMP: Fix warning found by -Wunused-const-variableAlexis La Goutte1-0/+2
2014-11-04Fix some compilation errors (size_t to guint/gint) and an unused parameterStephen Fisher1-5/+5
2014-10-31CAMEL: tvb_length... -> tvb_reported_length...AndersBroman1-8/+8
2014-10-29Replace isalpha() with g_ascii_isprint().AndersBroman2-2/+1
2014-10-29Don't include ctype.h and replace isascii() with _ascii_isprint().AndersBroman2-4/+3
2014-10-28Refactor pinfo->circuit_id from H.223 dissector.Michael Mann2-5/+5
2014-10-22S1AP: Add an S1AP context to be able to determine which message andAndersBroman2-8/+30
2014-10-21Add OID callback for private IEs making it possible to call a dissectorAndersBroman2-5/+22
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris3-3/+0
2014-10-18Check for printable ASCII in an ENBName.Guy Harris2-6/+5
2014-10-17Dissect CDMA2000 PDU if GCSNA dissector exists.AndersBroman2-0/+19
2014-10-15LDAP: Improved a if-check to avoid a analyzis warning.Stig Bjørlykke1-1/+1
2014-10-13Add Kerberos 3.2.2 package for Win64Pascal Quantin1-2/+2
2014-10-13RTSE: Return dissected length from call_rtse_oid_callbackStig Bjørlykke1-9/+8
2014-10-13ROS: Return dissected length from call_ros_oid_callbackStig Bjørlykke1-18/+14
2014-10-13ASN1: Register BER syntaxes as NEWStig Bjørlykke2-2/+2
2014-10-13P1: Added ORAddress and ORName syntax.Stig Bjørlykke2-0/+5
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke87-201/+202
2014-10-10Remove (almost all) proto_tree_add_text calls in ISUP dissector.Michael Mann2-3/+3
2014-10-10GSM 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