summaryrefslogtreecommitdiff
path: root/print-openflow-1.0.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* OpenFlow: Refine more length checks.Denis Ovsienko2022-01-051-65/+50
* OpenFlow 1.0: Improve handling of some lengths.Denis Ovsienko2021-12-291-13/+13
* OpenFlow 1.0: Simplify the snapend management. [skip ci]Denis Ovsienko2021-01-251-4/+3
* OpenFlow 1.0: Get snapend right for nested frames. [skip ci]Denis Ovsienko2021-01-221-0/+12
* OpenFlow 1.0: Fix indentation of PORT_MOD.Denis Ovsienko2021-01-131-4/+3
* Replace the (void)nd_printn(..., NULL) calls by nd_printjn() callsFrancois-Xavier Le Bail2021-01-081-2/+2
* Replace '(void)nd_print()' calls by nd_printjnp() callsFrancois-Xavier Le Bail2020-12-111-7/+7
* Fix some "Unchecked return value" found by CoverityFrancois-Xavier Le Bail2020-11-011-2/+2
* OpenFlow: Process message types via declarations.Denis Ovsienko2020-10-081-191/+183
* OpenFlow: Use len in all type-specific functions.Denis Ovsienko2020-10-081-10/+10
* OpenFlow: Subtract OF_HEADER_FIXLEN in #defines.Denis Ovsienko2020-10-081-32/+31
* OpenFlow: Have a function for each message type.Denis Ovsienko2020-10-081-32/+61
* OpenFlow 1.0: Decode ports the same way as in 1.3.Denis Ovsienko2020-10-081-62/+62
* OpenFlow 1.0: Simplify of10_vendor_message_print().Denis Ovsienko2020-10-011-7/+1
* OpenFlow: Use bittok2str(), fix OF1.0 port status.Denis Ovsienko2020-10-011-10/+24
* Wrap some common code up as uint2tokary().Denis Ovsienko2020-09-301-11/+14
* OpenFlow: Make one more function shared.Denis Ovsienko2020-09-301-32/+14
* OpenFlow: Improve the common header dissection.Denis Ovsienko2020-09-281-13/+12
* OpenFlow: Rename and move a function.Denis Ovsienko2020-09-281-19/+5
* OpenFlow 1.0: Rewrite of10_error_print().Denis Ovsienko2020-09-281-16/+16
* OpenFlow 1.0: Update of10_header_body_print().Denis Ovsienko2020-09-281-20/+24
* Introduce and use ND_LONGJMP_FROM_TCHECK.Denis Ovsienko2020-09-271-79/+2
* OpenFlow: Modernize packet parsing style.Denis Ovsienko2020-09-241-488/+406
* OpenFlow 1.0: Refine bounds checking.Denis Ovsienko2020-09-241-10/+29
* OpenFlow: Reorganize the length macros. [skip ci]Denis Ovsienko2020-09-241-104/+94
* OpenFlow 1.0: Fix queue properties decoding.Denis Ovsienko2020-09-241-4/+22
* OpenFlow 1.0: Fix a few minor issues. [skip ci]Denis Ovsienko2020-09-241-7/+9
* OpenFlow 1.0: Lose 4 more ND_TCHECK_LEN() calls.Denis Ovsienko2020-09-191-4/+0
* OpenFlow 1.0: Lose 7 ND_TCHECK_LEN() calls.Denis Ovsienko2020-09-161-14/+7
* OpenFlow 1.0: Fixup some indentation. [skip ci]Denis Ovsienko2020-09-111-33/+25
* Revert partially the commit 21b1273Francois-Xavier Le Bail2020-09-111-0/+2
* Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-101-2/+0
* Remove some now redundant ND_TCHECK_4() callsFrancois-Xavier Le Bail2020-09-081-4/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-23/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-131/+0
* Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail2020-08-061-1/+1
* Update more link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-07-151-1/+1
* Use the Wayback Machine for some removed documentsFrancois-Xavier Le Bail2020-02-061-1/+1
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-9/+9
* Remove more old-compiler compensation.Guy Harris2019-08-081-2/+2
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-1/+1
* Don't generate formats on the fly.Guy Harris2019-04-171-4/+4
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-150/+175
* 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