Ticket #166 (new enhancement)
expose DLT decoding of libtcpedit to the outside
| Reported by: | aturner | Owned by: | aturner |
|---|---|---|---|
| Priority: | low | Milestone: | Future Release |
| Component: | libtcpedit | Version: | 3.0.0 |
| Keywords: | Cc: | ||
| Operating System: | Add to FAQ?: | no | |
| Hardware: | All | ||
| Output of tcpreplay -V: | |||
Description (last modified by aturner) (diff)
Being able to:
- Process the L2 header
- Get SRC/DST Mac
- Get MAC length
- Get L3 protocol type
- Get pointer to L3 data
- Get length of L2 header
outside of the rewrite loop would be really useful to other programs like tcpprep which have to decode these packets. Probably necessary for graphing.
Change History
Note: See
TracTickets for help on using
tickets.

(In [1841]) add support for returning src/dst mac addresses for each plugin refs #166