Commit Graph

13 Commits

Author SHA1 Message Date
Guy Harris 48504bc5f5 Oops, added the "unknown header version" expert info to the wrong item.
svn path=/trunk/; revision=54347
2013-12-21 22:12:46 +00:00
Jörg Mayer 80ad1520f5 Fix for
/home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-peekremote.c: In function ‘dissect_peekremote_new’:
/home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-peekremote.c:210:15: error: variable ‘ti_header_version’ set but not used [-Werror=unused-but-set-variable]
   proto_item *ti_header_version, *ti_header_size;
               ^
cc1: all warnings being treated as errors


svn path=/trunk/; revision=54345
2013-12-21 22:05:42 +00:00
Guy Harris aba3b9afed Dissect some more fields in the legacy (20-byte) header, as per the
screenshot in bug 9586.

First cut at dissecting the 802.11n (55-byte) header, as per the other
screenshot in that bug.

Update Protocol column to match the new name we gave the protocol.

Still waiting for a new-header capture to test with....

svn path=/trunk/; revision=54341
2013-12-21 20:54:26 +00:00
Jörg Mayer 81fb51a310 Fix compilation without HAVE_HFI_SECTION_INIT defined.
svn path=/trunk/; revision=54322
2013-12-21 03:04:27 +00:00
Jörg Mayer 2af870ce4c Convert to NEW_PROTO_TREE_API
svn path=/trunk/; revision=54319
2013-12-21 01:50:54 +00:00
Jörg Mayer 296a286ed9 unknown5 is probably the speed in 500kHz
svn path=/trunk/; revision=54317
2013-12-21 00:20:12 +00:00
Jörg Mayer fa7471ae2a Try to guess some more values looking at the decoded values from
a (version 2) screenshot

svn path=/trunk/; revision=54316
2013-12-20 23:48:03 +00:00
Jörg Mayer 4ca4794705 unknown2/3 -> capturelen1/2
NEWS got updated

svn path=/trunk/; revision=54312
2013-12-20 21:41:54 +00:00
Jakub Zawadzki 1053e722ed Fix warnings
svn path=/trunk/; revision=54089
2013-12-14 12:45:57 +00:00
Jakub Zawadzki 82e2675f45 Avoid including <wiretap/wtap.h> in dissectors.
svn path=/trunk/; revision=53655
2013-11-29 20:53:00 +00:00
Jeff Morriss 2552c750e5 We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45017
2012-09-20 02:03:38 +00:00
Jakub Zawadzki bf81b42e1e Update Free Software Foundation address.
(COPYING will be updated in next commit)

svn path=/trunk/; revision=43536
2012-06-28 22:56:06 +00:00
Guy Harris 202e50f991 Rename packet-airopeek.c to packet-peekremote.c, and rename the protocol
as well, as it may also be used by OmniPeek.  Add some comments about
it.

svn path=/trunk/; revision=42377
2012-05-02 01:44:40 +00:00