ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5952] Fix name of wpan (IEEE 802.15.4) fields to be more c

Date: Tue, 24 May 2011 21:23:02 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5952

--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2011-05-24 21:23:02 PDT ---
IEEE 802.3: "eth.src" and "eth.dst".

IEEE 802.5: "tr.src" and "tr.dst".

ANSI X3T9.5/88-139: "fddi.src" and "fddi.dst".

I'd vote for "src16"/"src64" and "dst16"/"dst64".

"tvb_length()" is not guaranteed to be the actual frame length on the wire; it
might just be the frame length as cut short by a snapshot length when
capturing.  Is it usefully different from "frame.len" (if fixed to use
tvb_reported_length() or "frame.caplen" (if it continues to use tvb_length())?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.