aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee17221.c
diff options
context:
space:
mode:
authorAndreas Leibold <andreas.leibold@harman.com>2016-09-12 14:51:51 +0200
committerMichael Mann <mmann78@netscape.net>2016-09-25 01:11:29 +0000
commit06b09eea72ecbfe937a89a5887274e445b4c1bbf (patch)
treebacb67fdec6851ab0b4af373e2274c50782768a3 /epan/dissectors/packet-ieee17221.c
parent75ae538514f55f8faa114ce31fc5a2a1d7b7ef22 (diff)
Changes to 1722.1 / MAAP to work with 1722 draft15
The C/D control flag was integrated in the subtype field of 1722 after draft 6. These changes are now added to the 1722-1 and MAAP protocol. Change-Id: I19b2e8237fb87d42ec7bcb6f9f53e8cc8605731d Reviewed-on: https://code.wireshark.org/review/17664 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ieee17221.c')
-rw-r--r--epan/dissectors/packet-ieee17221.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ieee17221.c b/epan/dissectors/packet-ieee17221.c
index 5959285340..0ff1f95c2b 100644
--- a/epan/dissectors/packet-ieee17221.c
+++ b/epan/dissectors/packet-ieee17221.c
@@ -7021,9 +7021,9 @@ proto_reg_handoff_17221(void)
/* avb17221_handle = find_dissector("ieee1722"); */
avb17221_handle = create_dissector_handle(dissect_17221, proto_17221);
- dissector_add_uint("ieee1722.subtype", 0x7A, avb17221_handle);
- dissector_add_uint("ieee1722.subtype", 0x7B, avb17221_handle);
- dissector_add_uint("ieee1722.subtype", 0x7C, avb17221_handle);
+ dissector_add_uint("ieee1722.subtype", 0xFA, avb17221_handle);
+ dissector_add_uint("ieee1722.subtype", 0xFB, avb17221_handle);
+ dissector_add_uint("ieee1722.subtype", 0xFC, avb17221_handle);
}
/*