aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-12-04 22:15:31 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-12-05 00:28:26 +0000
commitcef5e81146d8f48bbd00725becd1fd0af7f5ce9e (patch)
tree8a1888adf8ace99c5d688d70248d7aaed1351218 /include
parent6ef2b48fc0c984eaee7f540bd45bb77fb0cb39c0 (diff)
Define more log domains for extcaps
Diffstat (limited to 'include')
-rw-r--r--include/ws_log_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ws_log_defs.h b/include/ws_log_defs.h
index 491bd764ac..9179040751 100644
--- a/include/ws_log_defs.h
+++ b/include/ws_log_defs.h
@@ -40,6 +40,8 @@
#define LOG_DOMAIN_UAT "UAT"
+#define LOG_DOMAIN_EXTCAP "Extcap"
+
/*
* Ascending order by priority needs to be maintained. Higher priorities have
* higher values.