http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2459
Summary: New columns for automotive packets
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: hannes.kaelber--wireshark@xxxxxx
Hannes Kälber <hannes.kaelber--wireshark@xxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1689| |review_for_checkin?
Flag| |
Created an attachment (id=1689)
--> (http://bugs.wireshark.org/bugzilla/attachment.cgi?id=1689)
Adds four new column types for automotive frames.
Build Information:
--
This patch adds four new column types that are useful when dealing with
automotive frames such as CAN or FlexRay.
The new columns are:
- COL_MSG_ID : Contains the message ID of a frame. A message ID does not
identify neither the sender nor the receiver but the content of the message
itself. Such a column does not exist yet.
- COL_DLC: This would contain the data length code of a frame. Quite useful
when you need to get a quick overview
- COL_BUS: Contains the Name of the Bus a frame was captured on. Since we can
show data from several busses in one window, this column is a must.
- COL_BUS_ID: Same as above, but contains the bus's numerical value.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.