Wireshark-commits: [Wireshark-commits] master 6920118: WireGuard: support Decode As and non-zero re
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=69201185adfc0359abe08f6ed6befbea93c63f94
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6920118 by Peter Wu (peter@xxxxxxxxxxxxx):
WireGuard: support Decode As and non-zero reserved bytes
Recognize Cloudflare Warp traffic which may use non-zero bytes for load
balancing purposes. This is an extension of the WireGuard protocol, it
is not understood by official implementations which require the reserved
bytes field to be zero.
Change-Id: Iff789b538ab8477d8b5014302569264823d92358
Reviewed-on: https://code.wireshark.org/review/35215
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from dd54eb9 ieee80211: Correct 802.11ax Basic Trigger Preferred AC field decoding
add 6920118 WireGuard: support Decode As and non-zero reserved bytes
Summary of changes:
epan/dissectors/packet-wireguard.c | 81 ++++++++++++++++++++++++++++++++++----
1 file changed, 74 insertions(+), 7 deletions(-)