| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix OFP spelling for version bitmap define in ofp header and tcpdump, also | 2016-11-22 | 1 | -3/+3 | |
| | | | | | | | change the truncation message in hello with the standard one. ok reyk@ | ||||
| * | Extend the DLT_OPENFLOW header to include the switch datapath id. | 2016-11-20 | 1 | -8/+9 | |
| | | | | | OK rzalamena@ | ||||
| * | Add support for printing the missing OpenFlow set-queue action. | 2016-11-18 | 1 | -2/+17 | |
| | | |||||
| * | Don't print the field 'actions' on features reply, because in the new | 2016-11-18 | 1 | -3/+3 | |
| | | | | | OpenFlow 1.3.5 it is a reserved field that is not being used. | ||||
| * | miss_send_len can also be a CONTROLLER_MAXLEN string not just a number. | 2016-11-18 | 1 | -3/+5 | |
| | | | | | Requested by rzalamena@ | ||||
| * | Updates tcpdump's OpenFlow printer to use the string maps from switchd | 2016-11-18 | 1 | -86/+129 | |
| | | | | | | | (manually synced). Also make the output a bit more like other printers. OK rzalamena@ | ||||
| * | Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4), | 2016-11-16 | 1 | -9/+45 | |
| | | | | | | | | | eg. tcpdump -y openflow -i switch0 Includes a minor bump for libpcap. Feedback and OK rzalamena@ | ||||
| * | Add missing OpenBSD keyword in the first line. | 2016-10-25 | 1 | -1/+1 | |
| | | |||||
| * | Teach tcpdump(8) how to read OpenFlow packets. This initial implementation | 2016-10-22 | 1 | -0/+1166 | |
| supports the following message types: hello, error, echo request/reply, feature request/reply, set config, packet-in, packet-out, flow removed and flow mod. We currently only support printing this messages for OpenFlow 1.3.5, however it is possible to reuse some functions and get other versions working too. ok deraadt@ | |||||
