Bug ID |
9563
|
Summary |
Fix "decode as ..." for packet-time.c
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Created attachment 12319 [details]
Fix for described bug
Build Information:
TShark 1.11.3 (SVN Rev 54125 from master)
Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (32-bit) with GLib 2.32.4, with libpcap, with libz 1.2.7, with POSIX
capabilities (Linux), with libnl 3, without SMI, without c-ares, without ADNS,
with Lua 5.1, without Python, without GnuTLS, with Gcrypt 1.5.3, without
Kerberos, without GeoIP.
Running on Linux 3.2.2, with locale en_US.UTF-8, with libpcap version 1.3.0,
with libz 1.2.7.
Built using gcc 4.6.3.
--
packet-time.c checked the source port of the packet to a static defined value
causing "decode as ..." not to work properly.
The attached patch changes that to check against pinfo->match_uint.
You are receiving this mail because:
- You are watching all bug changes.