Commit Graph

9 Commits

Author SHA1 Message Date
Guy Harris a8bc4a0d13 Rename the routines that handle dissector tables with unsigned integer
keys to have _uint in their names, to match the routines that handle
dissector tables with string keys.  (Using _port can confuse people into
thinking they're intended solely for use with TCP/UDP/etc. ports when,
in fact, they work better for things such as Ethernet types, where the
binding of particular values to particular protocols are a lot
stronger.)

svn path=/trunk/; revision=35224
2010-12-20 05:35:29 +00:00
Jeff Morriss 381664535b As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3548 :
Clean up hf fields some more: mostly removing leading and trailing spaces from names and blurbs.

svn path=/trunk/; revision=34165
2010-09-21 03:14:49 +00:00
Bill Meier 580a243361 As requested by David Aggeler:
About hf_, in

    { &hf_vmlab_flags_fragment, { "More Fragments", "vmlab.fragment", 
        FT_UINT8, BASE_HEX, VALS(fragment_vals), 0x04, NULL, HFILL }},

I'd like to keep BASE_NONE to avoid the number to show in brackets.


svn path=/trunk/; revision=32391
2010-04-05 21:14:05 +00:00
Bill Meier 23b15ef8aa Remove 'if (tree)' around code so that ethertype always gets called with correct values.
svn path=/trunk/; revision=32386
2010-04-05 17:55:57 +00:00
Bill Meier a05d96aa8e Cleanup:
- hf[] array:fix some "Display" fields: eg: FT_BOOLEAN to BASE_HEX
 - There's no prefs: thus no need for prefs_register_protocol
 - whitespace;
 ...

svn path=/trunk/; revision=32385
2010-04-05 17:31:28 +00:00
Guy Harris 9d52e57783 Put volatile back - without it, the compiler warns you.
svn path=/trunk/; revision=32384
2010-04-05 17:16:08 +00:00
Kovarththanan Rajaratnam 16c4e0d63f Remove volatile
svn path=/trunk/; revision=32383
2010-04-05 16:36:58 +00:00
Guy Harris 6b3033299d Get rid of unused variable.
svn path=/trunk/; revision=32382
2010-04-05 16:17:42 +00:00
Anders Broman 14e79052f8 From David Aggeler:
Support for VMware Lab Manager Host Spanning
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4186

svn path=/trunk/; revision=32380
2010-04-05 15:48:11 +00:00