aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptp.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21Create/use a number of extended value-strings;Bill Meier1-211/+258
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-38/+38
2013-10-12From Todd Newton via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9262 :Pascal Quantin1-1/+1
2013-09-30Convert proto_tree_add_double_format calls to proto_tree_add_double_format_va...Michael Mann1-2/+2
2013-07-23From Andreas Bachmann:Anders Broman1-70/+154
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-34/+29
2013-06-06From Andreas Bachmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-20/+122
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-22/+22
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-11/+33
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-31/+0
2012-09-06Prefer proto_tree_add_item (when it is possible)Alexis La Goutte1-21/+13
2012-09-05From Jared August:Anders Broman1-1/+171
2012-07-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7437 :Pascal Quantin1-7/+6
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-17Fix copy&paste: hf variable name in hfi->abbrevJakub Zawadzki1-2/+2
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2012-03-07IEEE1588 PTPv2 over IPv6 -> Padding issue. https://bugs.wireshark.org/bugzill...Anders Broman1-1/+2
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-11/+11
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-6/+6
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-61/+61
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-248/+248
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-44/+44
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-5/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-1/+1
2010-05-13(Trivial) A little more whitespace cleanup.Bill Meier1-20/+20
2010-05-13From Torrey Atcitty: [Dissector Enhancement] Added new functionality to exi...Bill Meier1-38/+401
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-2627/+2630
2010-04-16From Marcus Renz: Fix for "PTP dissector displays big correction field values...Bill Meier1-16/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-19Fix gcc -Wshadow warningsBill Meier1-4/+4
2009-09-06s/col_add_fstr/col_add_strKovarththanan Rajaratnam1-2/+2
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-10/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-15/+15
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-49/+49
2009-05-26Misc dissector cleanup:Bill Meier1-341/+341
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-18/+18
2009-05-06From Jared August:Jaap Keuter1-0/+173
2008-12-19One last snprintf.Jaap Keuter1-4/+0
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-12-03From Markus Renz:Jaap Keuter1-74/+77
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss1-351/+351
2008-03-04Fix fields that are passed to proto_tree_add_uint64_format_value() to beGuy Harris1-1655/+1655