aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-28 06:38:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-28 06:38:30 +0000
commit430a1de0c0e40cfefb27fcdf3d81f4dfa5501add (patch)
treef00c94e30b1ce39b5fca698b9a962e84ea9a2856 /epan/dissectors/Makefile.common
parentb8d8f0ce1bf392b727002a769ef196d357d5bc19 (diff)
From Joe Eykholt:
Attached is a patch file and a new dissector for FCoE. This protocol is described at http://fcoe.com and has been submitted to T11. It is an encapsulation protocol that can be used to transport FC frames over raw Ethernet when the link is loss-free due to pause. The Ethertype 0x8906 has been reserved through IEEE for this protocol. svn path=/trunk/; revision=21967
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index c05b43a38c..a231c8d9fc 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -369,6 +369,7 @@ CLEAN_DISSECTOR_SRC = \
packet-fcfzs.c \
packet-fcip.c \
packet-fclctl.c \
+ packet-fcoe.c \
packet-fcp.c \
packet-fcsb3.c \
packet-fcsp.c \