aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis-pdus.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-8/+2
tvbuff and runs to the end of the tvbuff? Let me count the ways.... Replace a bunch of different ways of doing that (some incorrect, in that they're not properly handling tvbuffs where the captured and reported lengths are different) with tvb_new_subset_remaining(). svn path=/trunk/; revision=47751
2013-01-17From Hendrik Uhlmann via ↵Pascal Quantin1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8227 : Electromagnetic Emission Parser parses field Event Id as Entity Id svn path=/trunk/; revision=47132
2013-01-16Remove forbidden C++ style commentsPascal Quantin1-1/+1
svn path=/trunk/; revision=47127
2013-01-16Add a cast to shut up MSVC.Evan Huus1-1/+1
svn path=/trunk/; revision=47120
2013-01-16From Hendrik Uhlmann via ↵Evan Huus1-3/+192
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-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-46/+46
proto_tree_add_item() calls. svn path=/trunk/; revision=42481
2011-04-05Don't assign to a proto_item * if the value won't be used: Coverity 882;Bill Meier1-9/+8
Also: #include <string.h> not req'd svn path=/trunk/; revision=36472
2010-05-11From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ↵Bill Meier1-1/+118
packets. svn path=/trunk/; revision=32758
2010-03-27#include <stdio.h> not req'd; cleanup whitespace & indentation.Bill Meier1-106/+106
svn path=/trunk/; revision=32308
2010-03-27From Chuck Kristofek:Anders Broman1-26/+379
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-172/+614
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-08-04Init ett_... variables to -1Bill Meier1-0/+1
svn path=/trunk/; revision=29294
2009-06-02From Matt Deckard:Jaap Keuter1-0/+116
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-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=26646
2008-08-20From Scott Bailey:Jaap Keuter1-2/+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/+401
DIS dissection. svn path=/trunk/; revision=14899