aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-08-02 06:45:51 +0000
committerGuy Harris <guy@alum.mit.edu>2012-08-02 06:45:51 +0000
commit4fc130af79b89a98e8779cb1dec70bb16b1a5c9d (patch)
tree6559450c87b7f6eac1f455575b5d05b7d6af933e /wiretap/wtap.h
parent3e09bb9bf1b3187e1c706597c55c05be522a8884 (diff)
From Richard Stearn: AX.25 KISS protocol support.
Part 1 of the fix for bug 7529. svn path=/trunk/; revision=44202
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 2c9538cb5f..9a55ce543f 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -237,6 +237,7 @@ extern "C" {
#define WTAP_ENCAP_IEEE_802_11_AIROPEEK 145
#define WTAP_ENCAP_SDH 146
#define WTAP_ENCAP_DBUS 147
+#define WTAP_ENCAP_AX25_KISS 148
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()