Commit Graph

17 Commits

Author SHA1 Message Date
Bill Meier d65261d344 Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.
(Some minor whitespace cleanup).

svn path=/trunk/; revision=39488
2011-10-20 14:07:54 +00:00
Bill Meier 94f36ca4ff Use ENC_NA as encoding for proto_tree_add_item() calls which directly reference an hf item (in hf[] with types:
FT_NONE
   FT_BYTES
   FT_IPV6
   FT_IPXNET
   FT_OID

Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN

svn path=/trunk/; revision=39260
2011-10-04 22:44:31 +00:00
Jörg Mayer 18735eaba5 Replace TRUE/FALSE with the new ENCAP stuff where appropriate
svn path=/trunk/; revision=38746
2011-08-26 17:02:33 +00:00
Anders Broman 6a4ed4f4c3 From Michael Mann.
Part of "display filters with redundancies of PROTABBREV in them."
The ones left outs should be fixed differently I think.
Rename som ndps hf variables while at it.

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2794

svn path=/trunk/; revision=37406
2011-05-26 06:32:51 +00:00
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
Jörg Mayer ed7871ca54 - Comment: some abbreviations used
- Fix dissection of MU_RF_STATS_BLOCK
- Try to dissect embedded 802.11 frames (only works for the
  header, there seems to be a constant value of 0xa8b7 between
  wireless header and wireless data.

svn path=/trunk/; revision=33682
2010-07-30 20:11:37 +00:00
Jörg Mayer 8ef22d4e08 Add a document reference
svn path=/trunk/; revision=30841
2009-11-06 06:14:19 +00:00
Kovarththanan Rajaratnam 00810ff199 * Prefer col_append_str instead of col_append_fstr for constant strings
* Remove check_col guards

svn path=/trunk/; revision=30127
2009-09-24 20:21:23 +00:00
Stig Bjørlykke b228488bc0 From Kovarththanan Rajaratnam via bug 3548:
(1) Trailing/leading spaces are removed from 'name's/'blurb's
(2) Duplicate 'blurb's are replaced with NULL
(3) Empty ("") 'blurb's are replaced with NULL
(4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields
    for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME,
    FT_PROTOCOL, FT_STRING and FT_STRINGZ field types
(5) Only allow non-zero value for 'display' if 'bitmask' is non-zero

svn path=/trunk/; revision=28770
2009-06-18 21:30:42 +00:00
Jörg Mayer 339d3acd89 Add a few more elements, most of them without hf_ elements
yet.

svn path=/trunk/; revision=28250
2009-05-02 12:32:22 +00:00
Jörg Mayer 2f1fd8cb41 Add hf_ elements for the new types
svn path=/trunk/; revision=28238
2009-05-01 20:13:39 +00:00
Jörg Mayer ce2e3c3eef Add a few additional pieces of information
svn path=/trunk/; revision=28202
2009-04-30 22:20:24 +00:00
Jörg Mayer c79da570b1 Add additional Type->Name associations: Now we can roughly
interpret config and stat TLVs.

svn path=/trunk/; revision=28199
2009-04-30 13:26:39 +00:00
Guy Harris 6443db2e94 Make the forward declaration of dissect_snmp() match the definition.
svn path=/trunk/; revision=27914
2009-03-31 18:09:24 +00:00
Martin Mathieson 3681cb1be3 Fix gcc 3.4.6 warning about setjmp/longjmp.
svn path=/trunk/; revision=27913
2009-03-31 17:31:07 +00:00
Bill Meier eb88a5ea1f (Trivial): Use NULL instead of "" in hfp[] blurbs
svn path=/trunk/; revision=27851
2009-03-26 17:17:06 +00:00
Jörg Mayer 0210800d08 Beginnings of WASSP dissection - that's the protocol run between
HiPath Wireless controllers and the APs.

svn path=/trunk/; revision=27842
2009-03-24 22:02:05 +00:00