summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-26 11:42:32 -0800
committerGuy Harris <guy@alum.mit.edu>2015-11-26 19:44:39 +0000
commit941870190917512b46a95994720158a61a5f54f8 (patch)
treef98a235bfdabcc8b55ccd9b9b776e2539ea63874 /wiretap/wtap.c
parentc965fb06148d0144426ba1b3fb301281a30a39b8 (diff)
downloadwireshark-941870190917512b46a95994720158a61a5f54f8.tar.gz
Process the radio information internally for AiroPeek classic files.
Process it in libwiretap; no need to hand it to libwireshark for dissection, it can just dissect the radio information pseudo-header with the processed information. Change-Id: I482697947eecbd3967cf1910ba2fa2bff805cd66 Reviewed-on: https://code.wireshark.org/review/12202 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 7e6d4982da..3b5a322f5c 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -861,9 +861,6 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_IXVERIWAVE */
{ "IxVeriWave header and stats block", "ixveriwave" },
- /* WTAP_ENCAP_IEEE_802_11_AIROPEEK */
- { "IEEE 802.11 plus AiroPeek radio header", "ieee-802-11-airopeek" },
-
/* WTAP_ENCAP_SDH */
{ "SDH", "sdh" },