summaryrefslogtreecommitdiff
path: root/print-openflow.c
Commit message (Expand)AuthorAgeFilesLines
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-1/+1
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-2/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* OpenFlow: Fix the uses of the pointer to the end of current packetFrancois-Xavier Le Bail2018-03-011-5/+3
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-5/+5
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-4/+4
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-2/+2
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail2016-01-281-1/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Rename cstr[] to istr[] like invalid stringFrancois-Xavier Le Bail2015-09-061-2/+2
* Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail2015-09-061-4/+4
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* clean K&R style up in function declarations a bitDenis Ovsienko2015-03-051-4/+8
* OpenFlow: add vendor name printingDenis Ovsienko2014-12-131-0/+19
* NDOize OpenFlow, IEEE slow and telnet decodersDenis Ovsienko2014-03-171-18/+19
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+5
* Fix build issues with the OpenFlow printer on some systems.Guy Harris2013-06-231-1/+1
* add OpenFlow 1.0 decoder (no SSL)Denis Ovsienko2013-05-291-0/+3
* add minimal OpenFlow decoding frameworkDenis Ovsienko2013-05-291-0/+112