aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis-fields.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
svn path=/trunk/; revision=52591
2013-01-16From Hendrik Uhlmann via ↵Evan Huus1-0/+23
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8185 Support for Underwater Acoustic PDUs in packet-dis.c svn path=/trunk/; revision=47119
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2010-06-09Fix a gcc -Wstrict-prototypes warningBill Meier1-1/+1
svn path=/trunk/; revision=33195
2010-05-11From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ↵Bill Meier1-0/+30
packets. svn path=/trunk/; revision=32758
2010-03-27From Chuck Kristofek:Anders Broman1-5/+126
DIS update to introduce hf_ based filtering and radio family dissection. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4610 svn path=/trunk/; revision=32306
2009-11-13From Michael Dishman:Jaap Keuter1-48/+83
Fixed parser for DIS DataRequest PDU. Added parser for DIS StartResume, StopFreeze, Acknowledge, ActionRequest, ActionResponse, Comment, CreateEntity, DeleteEntity PDUs. Added parser for "reliable" versions of the above DIS PDUs. Added parser for DIS Application Control PDU. Added parsers for DIS Persistent Object Family PDUs. svn path=/trunk/; revision=30947
2009-06-02From Matt Deckard:Jaap Keuter1-1/+17
Add support for the DIS protocol dissector to more fully interpret the PDU types "Data Query", "Data", and "Set Data". It should interpret the originating and receiving entity IDs, request ID, number of fixed and variable datum fields, and the ID and values of each datum field in the PDU. svn path=/trunk/; revision=28583
2008-08-20From Scott Bailey:Jaap Keuter1-0/+2
It takes a calculator to decode the timestamps. But no more! Timestamps using the attached patch are displayed as follows: Timestamp = MM:SS mmm absolute (UTM) or Timestamp = MM:SS mmm relative where M is minutes, S is seconds, and m is milliseconds. This is in accord with 'IEEE Std 1278.1-1995' section 5.2.31. svn path=/trunk/; revision=26047
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-09-20Give them RCS IDs.Guy Harris1-0/+2
svn path=/trunk/; revision=15910
2005-07-11From Jeremy j Ouellette:Anders Broman1-0/+166
DIS dissection. svn path=/trunk/; revision=14899