ofp-print: Remove tcpdump from ofp_packet_to_string().
authorEthan Jackson <ethan@nicira.com>
Wed, 21 Dec 2011 20:59:28 +0000 (12:59 -0800)
committerEthan Jackson <ethan@nicira.com>
Tue, 10 Jan 2012 22:30:14 +0000 (14:30 -0800)
commit897a8e0791171c8cb71e27c31d159a08205e5741
tree3df662c8e477ef7748654c46d625df1db91a6375
parent2f4ca41b9c771dc09e6130e0ff5ecf64acd79c0f
ofp-print: Remove tcpdump from ofp_packet_to_string().

Instead this patch uses flow_format() which gives very similar
output.  This patch will improve the reliability of unit tests in
future patches which rely on the results of ofp_packet_to_string().

Signed-off-by: Ethan Jackson <ethan@nicira.com>
INSTALL.Linux
lib/ofp-print.c
tests/ofp-print.at