pidl: Fix display field for time fields with newer versions of Wireshark.
authorJeff Morriss <jeff.morriss.ws@gmail.com>
Thu, 29 Apr 2010 22:11:54 +0000 (00:11 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 30 Apr 2010 11:13:16 +0000 (13:13 +0200)
commit0f57a3991644d69f22ef7303aad03343bdf1ab3c
tree39608197bd3b6c2fda2c7e5d28e0a09fe369841f
parente90444319c37c413ffc4e3a02531309dfa3ff565
pidl: Fix display field for time fields with newer versions of Wireshark.

Pidl generates some Wireshark dissector fields of type FT_ABSOLUTE_TIME.
Starting some time not too long ago, these fields need a 'display' field
other than BASE_NONE or BASE_DEC.  This commit fixes this,
*assuming* that all the times are "local."
pidl/lib/Parse/Pidl/Wireshark/NDR.pm