PEEKREMOTE: treat header size as a signed integer

Bug: 13544
Change-Id: If04ad8e71f06c289673492db3ed916e85cfc55e5
Reviewed-on: https://code.wireshark.org/review/20853
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Pascal Quantin 2017-04-02 17:50:15 +02:00 committed by Anders Broman
parent f564e2d735
commit b0b39a737a
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ dissect_peekremote_new(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void
proto_item *ti = NULL;
proto_item *ti_header_version, *ti_header_size;
guint8 header_version;
guint header_size;
gint header_size;
struct ieee_802_11_phdr phdr;
guint32 extflags;
guint16 frequency;