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`](https://github.com/the-tcpdump-group/tcpdump/pull/850). 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.