From cd871a6b8c82bd2b9d2c1470ea93ba84b7f57885 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 8 Oct 2013 12:22:18 -0700 Subject: pidl-wireshark: fix trailing white space in the HF definition Signed-off-by: Matthieu Patou Reviewed-by: Stefan Metzmacher --- pidl/lib/Parse/Pidl/Wireshark/NDR.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pidl/lib') diff --git a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm index 1151dc0807..0b2940ab60 100644 --- a/pidl/lib/Parse/Pidl/Wireshark/NDR.pm +++ b/pidl/lib/Parse/Pidl/Wireshark/NDR.pm @@ -1192,7 +1192,7 @@ sub DumpHfList($) foreach (values %{$self->{conformance}->{header_fields}}) { - $res .= "\t{ &$_->{INDEX}, + $res .= "\t{ &$_->{INDEX}, { ".make_str($_->{NAME}).", ".make_str($_->{FILTER}).", $_->{FT_TYPE}, $_->{BASE_TYPE}, $_->{VALSSTRING}, $_->{MASK}, ".make_str_or_null($_->{BLURB}).", HFILL }}, "; } -- cgit