aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fr.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-01 23:18:20 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-01 23:18:20 +0000
commite432cd1b4ec5de9b1e43c87b0c72aca735f81bbd (patch)
treea122d45ceb23f7ce74c6f3bed8b3490f97fcf1ca /epan/dissectors/packet-fr.c
parentf2d13e5c63debee777a45b8b2b14130ea74d7ac2 (diff)
Replace GRE_FR with ETHERTYPE_RAW_FR.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12649 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-fr.c')
-rw-r--r--epan/dissectors/packet-fr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fr.c b/epan/dissectors/packet-fr.c
index 3868faa886..76477ef75f 100644
--- a/epan/dissectors/packet-fr.c
+++ b/epan/dissectors/packet-fr.c
@@ -734,7 +734,7 @@ void proto_reg_handoff_fr(void)
dissector_handle_t fr_handle, fr_phdr_handle;
fr_handle = create_dissector_handle(dissect_fr, proto_fr);
- dissector_add("gre.proto", GRE_FR, fr_handle);
+ dissector_add("gre.proto", ETHERTYPE_RAW_FR, fr_handle);
dissector_add("wtap_encap", WTAP_ENCAP_FRELAY, fr_handle);
fr_phdr_handle = create_dissector_handle(dissect_fr_phdr, proto_fr);