diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2010-03-15 21:07:46 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2010-03-15 21:07:46 +0000 |
commit | ecb18edf04910ca488b2525626c2bab81d000694 (patch) | |
tree | df25c379a652cb63af6d7e8ee5ccb68198a0871e /epan/CMakeLists.txt | |
parent | b362b47f71e6974de9ec23089a32913330bd3a8a (diff) | |
download | wireshark-ecb18edf04910ca488b2525626c2bab81d000694.tar.gz wireshark-ecb18edf04910ca488b2525626c2bab81d000694.tar.bz2 wireshark-ecb18edf04910ca488b2525626c2bab81d000694.zip |
From Adrian Daerr:
I have written a crude dissector of GigE-vision Control Protocol packets.
The dissector was written as part of the opengigevision project:
http://gitorious.org/opengigevision
svn path=/trunk/; revision=32198
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r-- | epan/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt index 4440df3e53..e23150b771 100644 --- a/epan/CMakeLists.txt +++ b/epan/CMakeLists.txt @@ -584,6 +584,7 @@ set(DISSECTOR_SRC dissectors/packet-gssapi.c dissectors/packet-gtp.c dissectors/packet-gtpv2.c + dissectors/packet-gvcp.c dissectors/packet-gvrp.c dissectors/packet-h1.c dissectors/packet-h221_nonstd.c |