URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=587140992bce1b28471c53dbc7bdc3bf48ce38ea
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5871409 by Evan Huus (eapache@xxxxxxxxx):
Fix infinite loop. Bug #10003.
Also do a quick scan for other similar issues and fix them too; this type of
underflow has popped up three times now in the openflow dissector in separate
bugs. Hopefully this squashes the last of them.
Change-Id: Id404433333016f64cdd83d7e0f9e60a3028d2d0b
Reviewed-on: https://code.wireshark.org/review/1207
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 0601a8b Move packet-kerberos to ASN1 dissector
adds 5871409 Fix infinite loop. Bug #10003.
Summary of changes:
epan/dissectors/packet-openflow_v4.c | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)