summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-ofp.c
AgeCommit message (Expand)Author
2016-11-28ether_ntoa -> etheraddr_string, like elsewhere in tcpdumpJeremie Courreges-Anglas
2016-11-25Fix some bad copy paste bits and simplify the ethernet printing function.Rafael Zalamena
2016-11-22Fix OFP spelling for version bitmap define in ofp header and tcpdump, alsoRafael Zalamena
2016-11-20Extend the DLT_OPENFLOW header to include the switch datapath id.Reyk Floeter
2016-11-18Add support for printing the missing OpenFlow set-queue action.Rafael Zalamena
2016-11-18Don't print the field 'actions' on features reply, because in the newRafael Zalamena
2016-11-18miss_send_len can also be a CONTROLLER_MAXLEN string not just a number.Reyk Floeter
2016-11-18Updates tcpdump's OpenFlow printer to use the string maps from switchdReyk Floeter
2016-11-16Add new DLT_OPENFLOW link-type to allow using tcpdump to debug switch(4),Reyk Floeter
2016-10-25Add missing OpenBSD keyword in the first line.Rafael Zalamena
2016-10-22Teach tcpdump(8) how to read OpenFlow packets. This initial implementationRafael Zalamena