aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gre.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-11-29 19:46:12 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-11-29 19:46:12 +0000
commit6f7c632a2f6c9913d754829d1e06c8f4a922a816 (patch)
tree2ac5d35d10fa3c8467b0e37f56f3378b27d38675 /epan/dissectors/packet-gre.c
parent022a45e0d92f36e493016211e6705aa782d07bb2 (diff)
ArubaOS 6.x use a new GRE ID (0x9000) for communication between controller and AP
Add this new ID in GRE dissector The frame with the new GRE ID is not 802.11 frame such as 80XX GRE ID but a 802.3 frame with curious ethertype (8211 the same id with PAPI Protocol...) svn path=/trunk/; revision=40039
Diffstat (limited to 'epan/dissectors/packet-gre.c')
-rw-r--r--epan/dissectors/packet-gre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gre.c b/epan/dissectors/packet-gre.c
index 944796f01b..bf42b59ca7 100644
--- a/epan/dissectors/packet-gre.c
+++ b/epan/dissectors/packet-gre.c
@@ -157,6 +157,7 @@ const value_string gre_typevals[] = {
{ GRE_ARUBA_8350, "ARUBA WLAN" },
{ GRE_ARUBA_8360, "ARUBA WLAN" },
{ GRE_ARUBA_8370, "ARUBA WLAN" },
+ { GRE_ARUBA_9000, "ARUBA WLAN" },
{ 0, NULL }
};