URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a1f42434604549901268337be825227d4f105ae
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1a1f424 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Add PROXY(v2) protocol
Bug: 14506
Change-Id: I399f3a94583985a5d036ac26438e0c5bc5a70c85
Reviewed-on: https://code.wireshark.org/review/10626
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6bcae9d .mailmap: update of May (2018)
adds 1a1f424 Add PROXY(v2) protocol
Summary of changes:
docbook/release-notes.asciidoc | 1 +
epan/dissectors/CMakeLists.txt | 1 +
epan/dissectors/packet-proxy.c | 468 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 470 insertions(+)
create mode 100644 epan/dissectors/packet-proxy.c