aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-16 10:38:47 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-16 10:38:47 +0000
commit701b569104a5e0ff3415e06ac6f97fa568edc122 (patch)
tree199362a9723940f90ec529140fc76dac797e3c38 /wiretap/wtap.c
parentdc5f4a69e28492da333681d51b36eb30819888ed (diff)
Get rid of the unused WTAP_ENCAP value - holes in the number space cause
ugly printouts for "editcap -T". svn path=/trunk/; revision=17873
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index c410e13190..ef998f0f0f 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -286,9 +286,6 @@ static const struct encap_type_info {
/* WTAP_ENCAP_NETTL_RAW_ICMPV6 */
{ "Raw ICMPv6 with nettl headers", "raw-icmpv6-nettl" },
- /* UNUSED */
- { "", "" },
-
/* WTAP_ENCAP_GPRS_LLC */
{ "GPRS LLC", "gprs-llc" },