]> The Tcpdump Group git mirrors - tcpdump/commit
OpenFlow 1.0: rewrite without openflow-1.0.h
authorDenis Ovsienko <[email protected]>
Wed, 26 Jun 2013 13:53:21 +0000 (17:53 +0400)
committerDenis Ovsienko <[email protected]>
Wed, 26 Jun 2013 14:13:23 +0000 (18:13 +0400)
commitaa944dd81d30c51e2577691c1a2baad1b4b596ef
treeaaf540296b5c457df2c5ecb947027c4a69e60886
parent5c33f4e9cb5f8ad2f819d0626d8ba42f191fa4e0
OpenFlow 1.0: rewrite without openflow-1.0.h

The first revision of the header file was copied from the original
distribution tarball intact to use sizeof() instead of adding new
constants on one hand and provide structure definitions for a reference
on the other. But as soon as the structures had a portability issue and
were removed in commit a6c16ed, the remaining fragments of the header
don't justify for a file of its own.

This commit maps all relevant bits of the remaining contents of
openflow-1.0.h to constants in print-openflow-1.0.c (all being specific
to version 1.0 of OpenFlow) and removes the file.
Makefile.in
openflow-1.0.h [deleted file]
print-openflow-1.0.c