ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8084] The display filter "tcp.data contains ff:ff:ff:ff" d

Date: Thu, 20 Dec 2012 14:36:25 +0000

changed bug 8084

What Removed Added
Status UNCONFIRMED CONFIRMED
CC   [email protected]
Ever confirmed   1

Comment # 5 on bug 8084 from
The problem I think is that "tcp.data" is only used for pending segment data
during reassembly - in packets that aren't reassembled there's no field by that
name at all (note that the simple filter "tcp.data" fails on the sample
capture).

Perhaps the solution is to rename it to tcp.reassembly_data or something more
descriptive?


You are receiving this mail because:
  • You are watching all bug changes.