URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d56a3c9789adbe8dd7fbaeb1232365d11cf1fad7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d56a3c9 by Lev Stipakov (lstipakov@xxxxxxxxx):
This adds support for P_DATA_V2 OpenVPN packets.
On the wire P_DATA_V2 is same as P_DATA-V1 plus 3 bytes "peer-id" value
after opcode. Client-side support has been added since OpenVPN 2.3.6,
server side is in master branch and will appear in 2.4.
Peer-id is especially useful for mobile clients (they often float
between 3G/Wi-Fi) and in general for Wi-Fi clients (solves UDP NAT
timeout issue).
Change-Id: Ic5d2e05e62c27bed18c2368a1bbc5c7bf4d358f1
Reviewed-on: https://code.wireshark.org/review/7023
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 8ff944d Add fixed length function for address types.
adds d56a3c9 This adds support for P_DATA_V2 OpenVPN packets.
Summary of changes:
epan/dissectors/packet-openvpn.c | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)