-
Notifications
You must be signed in to change notification settings - Fork 289
[Feature] Add support for DLT_LINUX_SLL2 #727
Copy link
Copy link
Closed
Labels
Description
I have capture file that uses DLT_LINUX_SLL2 link layer format https://www.tcpdump.org/linktypes/LINKTYPE_LINUX_SLL2.html. It is used by default by tcpdump. When trying to run tcprewrite following error is printed since the link type LINKTYPE_LINUX_SLL2 (276) is not recognized
Fatal Error: Error initializing tcpedit: From plugins/dlt_plugins.c:tcpedit_dlt_init() line 148:
No DLT plugin available for source DLT: 0x114
It would be great to see support for DLT_LINUX_SLL2.
Reactions are currently unavailable