aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Replace some ep_alloc and ep_alloc0 with its wmem equivalent.Michael Mann2-3/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann4-6/+6
2015-01-04ACSE: get rid of an evil global variablePascal Quantin2-12/+30
2015-01-04PKIX1Explicit: get rid of an evil global variablePascal Quantin2-9/+16
2015-01-03Remove the probes from packet-kerberos.c.Guy Harris1-14/+0
2015-01-03Stick some #define probes in on Windows.Guy Harris1-0/+14
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-1/+1
2015-01-02Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.Guy Harris1-22/+3
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris2-3/+3
2015-01-01Let routines from the Kerberos dissector be called from C++.Guy Harris1-2/+8
2014-12-31rtse.cnf: fix Nesting level does not match indendation (CID 1159214)Alexis La Goutte1-1/+2
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