On Wed, Oct 09, 2002 at 05:57:59AM -0700, Kent Dahlgren wrote: | Guy | | My goal here is not to get into the great debate about file | formats, but to make Ethereal useful for debugging some | new interfaces. | | If you absolutely have a problem with the named transport | approach, then I need three new transports defined for | libpcap: | | DLT_RIO for RapidIO | DLT_PCI_EXP for PCI Express | DLT_AURORA for the Xilinx Aurora link layer | | How do you want to go about adding these?
checked in ... --- /* * Reserved as per request from Kent Dahlgren <[EMAIL PROTECTED]> * for private use */ #define DLT_RIO 124 /* RapidIO */ #define DLT_PCI_EXP 125 /* PCI Express */ #define DLT_AURORA 126 /* Xilinx Aurora link layer */ --- /hannes - 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
