In my work for Cisco, I'm experimenting with adding packet capture
facilities to IOS, at least for development and debugging purposes
(i.e., I'm not saying that this will be in any future release of IOS).

My code creates libpcap-style files. I need a new DLT value for
the linktype, for 2 reasons. First, the packet I write to the file
will contain some extra initial information which contains
the true, per-packet link type. That is, like DTL_LINUX_SLL,
I'll be adding some bytes in order to provide for per-packet
link types instead of per-file link types. Secondly, the
information added to the packet will contain some additional
meta-data which is important to IOS developers.

If possible, I'd like the name to be something like
DLT_CISCO_IOS.

thanks,

--gilbert
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to