summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-aruba-erm.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-05-17 14:35:50 -0700
committerGuy Harris <guy@alum.mit.edu>2015-05-17 21:50:19 +0000
commitd934d40f96534419ed7e92f5260158f69d601f9c (patch)
tree2d8b21287c06923cb301d7512b95645c33cba21a /epan/dissectors/packet-aruba-erm.c
parentba3f9f594d83edd2f7390ad6b416d51628822a7b (diff)
downloadwireshark-d934d40f96534419ed7e92f5260158f69d601f9c.tar.gz
Update some comments.
There's all sorts of interesting stuff out there on the Intertubes if you happen to be searching for the right thing. Change-Id: Ib5e18ece5dfaa284ece8cfda23887a9408c8318e Reviewed-on: https://code.wireshark.org/review/8503 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-aruba-erm.c')
-rw-r--r--epan/dissectors/packet-aruba-erm.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/epan/dissectors/packet-aruba-erm.c b/epan/dissectors/packet-aruba-erm.c
index 0b66835dd6..b5d689cbf6 100644
--- a/epan/dissectors/packet-aruba-erm.c
+++ b/epan/dissectors/packet-aruba-erm.c
@@ -26,6 +26,16 @@
*/
/*
+ * See
+ *
+ * http://community.arubanetworks.com/t5/Unified-Wired-Wireless-Access/Bug-in-ArubaOS-Packet-Capture/td-p/237984
+ *
+ * http://kjspgd.net/?p=30
+ *
+ * for more information.
+ */
+
+/*
* Formats:
*
* Pcap (type 0):
@@ -43,7 +53,7 @@
*
* Peek (type 1):
*
- * Payload contains a "peek remote" packet, as supported by
+ * Payload contains a "Peek remote" packet, as supported by
* EtherPeek/AiroPeek/OmniPeek.
*
* Airmagnet (type 2):
@@ -67,6 +77,14 @@
*
* Payload contains a PPI header followed by the packet data, starting
* with an 802.11 header.
+ *
+ * Peek 11n/11ac (type 5):
+ *
+ * This is probably the "new" "Peek remote" format. The "Peek remote"
+ * dissector should probably be able to distinguish this from type 1,
+ * as the "new" format has a magic number in it. Given that there's
+ * a heuristic "Peek remote new" dissector, those packets might
+ * automatically be recognized without setting any preference whatsoever.
*/
#include "config.h"