aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dis.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-32/+5
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-2/+1
2016-07-06DIS: Introduced support of Collision PDUHendrik Uhlmann1-0/+95
2016-07-05dis: cast to guint64 to avoid potential overflow (CID 1214480).Dario Lombardo1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-6/+4
2016-05-09format DIS header timestamp as mm:ss.nnnnnnalpartis1-1/+16
2016-04-18dis: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-un...Alexis La Goutte1-2/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+3
2016-02-29DISv7: parse PDU Status fieldalpartis1-2/+218
2016-01-14Present PDU header timestamps with microsecond resolution as exists in packet...alpartis1-7/+7
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-21Add to DIS dissector many new PDU types, fixing issues, and richer information.Oren Koler1-224/+1692
2015-01-08FT_DOUBLEs are 8 bytes; use FT_FLOAT for 4-byte floating-point values.Guy Harris1-12/+30
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-25/+25
2014-09-19Add editor modelines; Adjust indentation as needed.Bill Meier1-0/+12
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-13/+20
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+1
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-115/+52
2014-05-22Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-05-21DIS: implement IFF PDUMark Weel1-0/+532
2014-05-19DIS: update enumerations to SISO-REF-010-00v20-0Mark Weel1-172/+468
2014-05-18Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-05-17Add casts to fix OSX 10.6 buildbotEvan Huus1-3/+3
2014-05-16Make (almost) all fields filterable and use "normal" dissection functions to ...Michael Mann1-2805/+3082
2014-05-14Update enums to SISO_REF_010-00v20-0 Annex A, section A.1 and A.2Mark Weel1-10/+10
2014-05-12Condense DIS dissector to a single file.Michael Mann1-88/+5992
2014-05-11packet-dis: SISO-J Link 16 PDU dissector (SISO-STD-002)Peter Ross1-11/+80
2014-05-11packet-dis: fix typosPeter Ross1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+1
2013-01-16From Hendrik Uhlmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-0/+31
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-38/+35
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-11From Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission ...Bill Meier1-0/+77
2010-03-27#include <stdio.h> not req'd; cleanup whitespace & indentation.Bill Meier1-295/+294
2010-03-27Fix an "unused variable" warning: remove 'infoStrings'Bill Meier1-1/+0
2010-03-27From Chuck Kristofek:Anders Broman1-10/+417
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-11-13From Michael Dishman:Jaap Keuter1-31/+171
2009-06-02From Matt Deckard:Jaap Keuter1-0/+7
2009-05-26Misc dissector cleanup:Bill Meier1-25/+27
2008-09-15proto_reg-handoff: Fix to properly delete/add port when pref changed; cleanup. Bill Meier1-2/+5
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-20Give them RCS IDs.Guy Harris1-0/+2