URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=65321dfb87d46657910fe7b79b9f26460a6ea821
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
65321df by Lorand Jakab (ljakab@xxxxxxxxxx):
Add support for LISP over TCP control messages
draft-kouvelas-lisp-rloc-membership-00 specifies 9 new LISP control
message types using TCP transport instead of UDP (which is used by all
existing messages). These new messages are related to each other and
are used to exchange RLOC membership information between a tunnel router
and a map server.
Bug: 10494
Change-Id: I129f0d6344693092bd5d0efb06b025e89fd26bf2
Signed-off-by: Lorand Jakab <ljakab@xxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/4253
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from d3e3cb2 Provide an error message for WTAP_ERR_CANT_WRITE.
adds 65321df Add support for LISP over TCP control messages
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/CMakeLists.txt | 1 +
epan/dissectors/Makefile.common | 1 +
epan/dissectors/packet-lisp-tcp.c | 415 +++++++++++++++++++++++++++++++++++++
4 files changed, 418 insertions(+)
create mode 100644 epan/dissectors/packet-lisp-tcp.c