summaryrefslogtreecommitdiff
path: root/print-openflow-1.0.c
Commit message (Expand)AuthorAgeFilesLines
* Add the nd_print_invalid() functionFrancois-Xavier Le Bail2018-09-111-18/+18
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-29/+28
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-9/+9
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-2/+2
* 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-217/+217
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-11/+10
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-40/+40
* Use more the EXTRACT_U_1() macro (49/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (31/n)Francois-Xavier Le Bail2017-11-271-5/+5
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-167/+167
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-144/+144
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (6/n)Francois-Xavier Le Bail2017-11-191-2/+2
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)Francois-Xavier Le Bail2017-11-191-8/+8
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-134/+143
* Make most constants unsigned, to match the types of variables.Guy Harris2017-09-181-156/+156
* 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-19/+19
* Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail2015-09-061-68/+68
* 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-31/+62
* OpenFlow 1.0: address a Coverity warningDenis Ovsienko2015-02-211-2/+1
* OpenFlow 1.0: improve BSN extensions supportDenis Ovsienko2015-02-181-5/+198
* OpenFlow 1.0: add missing items to bsn_subtype_strDenis Ovsienko2015-01-301-0/+3
* add a comment to print-openflow-1.0.cDenis Ovsienko2015-01-011-0/+10
* OpenFlow: handle 5 more BSN subtypesDenis Ovsienko2014-12-151-0/+22
* OpenFlow: improve vendor message decodingDenis Ovsienko2014-12-131-1/+222
* OpenFlow: add vendor name printingDenis Ovsienko2014-12-131-1/+4
* NDOize the rest of util.cDenis Ovsienko2014-04-141-7/+7
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-8/+8
* NDOize OpenFlow, IEEE slow and telnet decodersDenis Ovsienko2014-03-171-464/+490
* NDOize print-ascii.c furtherDenis Ovsienko2014-03-131-1/+1
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-38/+41
* remove two needless macrosDenis Ovsienko2013-11-261-11/+11
* OpenFlow 1.0: enable decoding of nested framesDenis Ovsienko2013-09-091-2/+29
* OpenFlow 1.0: rewrite without openflow-1.0.hDenis Ovsienko2013-06-261-1/+210
* Fix build issues with the OpenFlow printer on some systems.Guy Harris2013-06-231-60/+61
* OpenFlow 1.0: adjust OFPST_TABLE indentationDenis Ovsienko2013-06-131-2/+2
* OpenFlow 1.0: fix OFPST_QUEUE decoding bugDenis Ovsienko2013-06-121-1/+1
* add OpenFlow 1.0 decoder (no SSL)Denis Ovsienko2013-05-291-0/+1812