wireshark/epan/dissectors/asn1
Dario Lombardo 4ae362383f kerberos: move krb5.h include upwards.
FreeBSD defines constants such as KRB5_KU_USAGE_ACCEPTOR_SEAL
as part of the krb5_key_usage struct. Having such a defines
causes a clash that breaks the compilation. The struct needs to be
included first.

Error:

In file included from ./asn1/kerberos/packet-kerberos-template.c:413:
/usr/include/krb5.h:255:5: error: expected identifier
    KRB5_KU_USAGE_ACCEPTOR_SEAL = 22,
    ^
./asn1/kerberos/packet-kerberos-template.h:22:41: note: expanded from macro 'KRB5_KU_USAGE_ACCEPTOR_SEAL'
 #define KRB5_KU_USAGE_ACCEPTOR_SEAL     22
                                        ^

Change-Id: Ic241f2b6a2c01e7bd6c84d05e509f12e738ab2ac
Reviewed-on: https://code.wireshark.org/review/37358
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
2020-06-04 08:50:11 +00:00
..
HI2Operations H2Operations: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang 2019-01-06 17:16:29 +00:00
acp133
acse
ain Add string encoding values for various BCD encodings, and use them. 2020-04-27 01:53:09 +00:00
ansi_map Add string encoding values for various BCD encodings, and use them. 2020-04-27 01:53:09 +00:00
ansi_tcap epan: Convert our PROTO_ITEM_ macros to inline functions. 2019-04-04 04:03:38 +00:00
atn-cm HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
atn-cpdlc HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
atn-ulcs HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
c1222 HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
camel epan: Convert our PROTO_ITEM_ macros to inline functions. 2019-04-04 04:03:38 +00:00
cbrs-oids CBRS-OIDs: adding Citizens Broadband Radio Service Object Identifiers 2018-11-15 05:37:12 +00:00
cdt
charging_ase
cmip
cmp CMP: adding p10cr PKIbody dissection 2018-10-04 11:23:43 +00:00
cms CMS: reset object_identifier_id after dissecting ContentInfo 2019-11-04 17:53:56 +00:00
credssp Start renaming SSL to TLS. 2018-09-13 22:37:52 +00:00
crmf CRMF: Handle 64 bit serialNumber 2019-04-15 13:15:36 +00:00
dap Add tvb_ascii_isprint API 2018-10-21 07:55:40 +00:00
disp
dop
dsp
e1ap E1AP: Add .h file needed for private IE dissection. 2019-09-12 15:40:01 +00:00
ess
f1ap F1AP: dissect more RRC containers 2020-02-12 20:41:47 +00:00
ftam
glow New protocol support for Lawo EmberPlus which is Glow embedded in S101 2018-06-08 06:30:56 +00:00
goose goose: test field is renamed to simulation 2020-02-25 13:42:03 +00:00
gprscdr gprscdr: Update to 3GPP TS 32.298 V16.4.1 2020-05-15 14:56:43 +00:00
gsm_map Add string encoding values for various BCD encodings, and use them. 2020-04-27 01:53:09 +00:00
h225 HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
h235 epan: Convert our PROTO_ITEM_ macros to inline functions. 2019-04-04 04:03:38 +00:00
h245 asn1: fix -Wmisleading-indentation warnings with Clang 10 2020-03-11 04:18:46 +00:00
h248 De-camel-ize "Wireshark" in a few places. 2019-12-18 04:31:03 +00:00
h282
h283
h323
h450 epan: Convert our PROTO_ITEM_ macros to inline functions. 2019-04-04 04:03:38 +00:00
h450-ros
h460
h501
hnbap HNBAP: decode IMSI IE 2019-10-01 12:37:15 +00:00
idmp IDMP: Reset a couple of variables. 2020-01-24 05:10:21 +00:00
ieee1609dot2 GeoNW: add support for psid-traffic-light-control-status-service ::= 637 2020-05-27 12:37:09 +00:00
ilp Add string encoding values for various BCD encodings, and use them. 2020-04-27 01:53:09 +00:00
inap HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
isdn-sup
its ITS: fix RCSUnit subtypes decoding 2020-05-19 13:25:38 +00:00
kerberos kerberos: move krb5.h include upwards. 2020-06-04 08:50:11 +00:00
lcsap LCS-AP: Update to V15.3.0 (2019-09) 2019-09-24 10:46:59 +00:00
ldap Introduce AudioCodes Debug Recording (ACDR) dissector 2020-02-13 23:26:15 +00:00
lnpdqp No explicit glib.h include required 2020-05-01 21:28:27 +00:00
logotypecertextn epan: Convert our PROTO_ITEM_ macros to inline functions. 2019-04-04 04:03:38 +00:00
lpp LPP: upgrade dissector to 37.355 v15.0.0 2019-12-31 17:20:30 +00:00
lppa LPPa: Make it possible to dissect private IEs 2020-01-14 08:54:29 +00:00
lppe Switch my contact address 2019-02-01 21:16:19 +00:00
lte-rrc Replace instances of wmem_alloc with wmem_new 2020-05-07 14:47:54 +00:00
m2ap Switch my contact address 2019-02-01 21:16:19 +00:00
m3ap m3ap: Info column lost at filtering. 2019-12-13 15:39:39 +00:00
mms No explicit glib.h include required 2020-05-01 21:28:27 +00:00
mpeg-audio
mpeg-pes
mudurl
nbap asn1: fix -Wmisleading-indentation warnings with Clang 10 2020-03-11 04:18:46 +00:00
ngap XnAP: upgrade dissector to v15.7.0 2020-04-05 15:11:09 +00:00
nist-csor NIST-CSOR: ASN.1 dissector for NIST Computer Security Objects Register defined OIDs and their parameeters 2018-08-17 06:52:17 +00:00
novell_pkis
nr-rrc NR RRC: upgrade dissector to v15.9.0 2020-04-05 11:30:45 +00:00
nrppa NRPPa: Add dissector for TS 38.455 V15.2.1 2019-06-17 13:12:20 +00:00
ns_cert_exts
ocsp x509af,ocsp,ber: display serialNumber (INTEGER) as bytes 2020-01-21 22:10:45 +00:00
p1 HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
p7
p22
p772
pcap
pkcs1 pkcs1: recognize explicit curve parameters 2020-01-30 05:52:02 +00:00
pkcs10 PKCS10/pkix1explict: adding PKCS#9 OIDs 2018-11-13 14:54:57 +00:00
pkcs12
pkinit packet-{kerberos,pkinit}: Add support for Windows based PKINIT 2020-03-18 10:50:59 +00:00
pkix1explicit PKIX1EXPLICIT: Fixing Attribute and AttributeTypeAndValue ASN.1 cnf 2018-11-13 17:58:08 +00:00
pkix1implicit Fixing, adding PKIX AuthorityInfoAccess OID names 2018-08-14 14:18:27 +00:00
pkixac
pkixproxy
pkixqualified
pkixtsp
pres
q932 epan: Convert our PROTO_ITEM_ macros to inline functions. 2019-04-04 04:03:38 +00:00
q932-ros
qsig epan: Convert our PROTO_ITEM_ macros to inline functions. 2019-04-04 04:03:38 +00:00
ranap HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
rnsap RNSAP: Parse transportLayerAddress and bindingID 2018-05-24 12:43:39 +00:00
ros epan: Convert our PROTO_ITEM_ macros to inline functions. 2019-04-04 04:03:38 +00:00
rrc RRC: Add System Information Block type to info column 2019-10-18 07:35:55 +00:00
rrlp
rtse asn1: fix -Wmisleading-indentation warnings with Clang 10 2020-03-11 04:18:46 +00:00
rua
s1ap X2AP: upgrade dissector to v15.9.0 2020-04-04 17:30:10 +00:00
sabp
sbc-ap SBcAP: fix update of info column 2020-05-14 14:10:11 +00:00
smrse
snmp SNMP: fix out of bounds access to snmp_PDUs_vals array 2019-11-11 14:22:45 +00:00
spnego packet-{kerberos,spnego}: move KRB5_KU_USAGE_* defined to packet-kerberos.h 2020-05-27 11:08:07 +00:00
sv SV: Fix handling data length 2018-10-25 14:13:50 +00:00
t38 t38: propagate ACDR changes in autogenerated file to the source 2020-03-11 05:24:55 +00:00
t124
t125 T125: avoid returning from TRY/CATCH in dissect_t125_heur 2018-10-10 04:07:05 +00:00
tcap Fix some cppcheck issues: 2020-06-01 20:44:27 +00:00
tcg-cp-oids Adding dissector for OIDs used in TCG X.509 Certificates 2018-10-03 03:49:44 +00:00
tetra
ulp Add string encoding values for various BCD encodings, and use them. 2020-04-27 01:53:09 +00:00
wlancertextn
x2ap X2AP: upgrade dissector to v15.9.0 2020-04-04 17:30:10 +00:00
x509af x509af,ocsp,ber: display serialNumber (INTEGER) as bytes 2020-01-21 22:10:45 +00:00
x509ce HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
x509if
x509sat X509SAT: fix conformation file 2020-01-12 20:14:41 +00:00
x721
xnap XnAP: upgrade dissector to v15.7.0 2020-04-05 15:11:09 +00:00
z3950 No explicit glib.h include required 2020-05-01 21:28:27 +00:00
.gitignore
CMakeLists.txt NRPPa: Add dissector for TS 38.455 V15.2.1 2019-06-17 13:12:20 +00:00
CMakeListsCustom.example.txt