summaryrefslogtreecommitdiff
path: root/print-openflow.c
Commit message (Expand)AuthorAgeFilesLines
* OpenFlow: Process message types via declarations.Denis Ovsienko2020-10-081-17/+44
* OpenFlow 1.3: Recognise 5 more messages types.Denis Ovsienko2020-10-021-0/+3
* OpenFlow: Use bittok2str(), fix OF1.0 port status.Denis Ovsienko2020-10-011-13/+7
* OpenFlow 1.3: Get OFPT_HELLO right.Denis Ovsienko2020-09-301-7/+0
* OpenFlow: Make one more function shared.Denis Ovsienko2020-09-301-0/+18
* OpenFlow: Fix a compiler error on Windows. [skip travis]Denis Ovsienko2020-09-281-1/+1
* OpenFlow 1.3: Add initial partial support.Denis Ovsienko2020-09-281-0/+4
* OpenFlow: Improve the common header dissection.Denis Ovsienko2020-09-281-27/+46
* OpenFlow: Rename and move a function.Denis Ovsienko2020-09-281-0/+14
* Introduce and use ND_LONGJMP_FROM_TCHECK.Denis Ovsienko2020-09-271-3/+1
* OpenFlow: Add an overshoot guard back.Denis Ovsienko2020-09-271-1/+15
* OpenFlow: Modernize packet parsing style.Denis Ovsienko2020-09-241-60/+62
* OpenFlow: Reorganize the length macros. [skip ci]Denis Ovsienko2020-09-241-4/+4
* OpenFlow 1.0: Fix queue properties decoding.Denis Ovsienko2020-09-241-1/+7
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-4/+0
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-4/+4
* 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