diff options
author | Slava Shwartsman <slavash@mellanox.com> | 2015-06-03 11:48:45 +0300 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2015-06-12 06:11:59 +0000 |
commit | db686d82ac9e4e34f8f187ea00d55082dac7e6c6 (patch) | |
tree | 217baacfe79edf3e2789af0cf9ff8c35170fc8ae /epan/dissectors/Makefile.common | |
parent | 6fe0751a537e389866f7f3d49112bb08c9248686 (diff) | |
download | wireshark-db686d82ac9e4e34f8f187ea00d55082dac7e6c6.tar.gz wireshark-db686d82ac9e4e34f8f187ea00d55082dac7e6c6.tar.bz2 wireshark-db686d82ac9e4e34f8f187ea00d55082dac7e6c6.zip |
Add RPCoRDMA dissector
Add support for RPCoRDMA and as a result support NFSoRDMA protocol
Bug:11251
Change-Id: I1a4af1b4e6b344224f5ce0efa77d7dbfca8aae46
Signed-off-by: Slava Shwartsman <slavash@mellanox.com>
Signed-off-by: Yan Burman <yanb@mellanox.com>
Reviewed-on: https://code.wireshark.org/review/8758
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r-- | epan/dissectors/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common index 23907ad697..91bf816797 100644 --- a/epan/dissectors/Makefile.common +++ b/epan/dissectors/Makefile.common @@ -1113,6 +1113,7 @@ DISSECTOR_SRC = \ packet-roofnet.c \ packet-rpc.c \ packet-rpcap.c \ + packet-rpcrdma.c \ packet-rpki-rtr.c \ packet-rpl.c \ packet-rquota.c \ |