aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptp.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-04From ChrisMaynard:Anders Broman1-2/+2
2008-03-03From Markus Seehofer :Anders Broman1-135/+1954
2008-02-29Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.Jaap Keuter1-1/+1
2007-12-05Clean up indentation.Guy Harris1-184/+184
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-08-08From Markus Seehofer:Ulf Lamping1-26/+1156
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-01-16done:Jörg Mayer1-4/+0
2005-08-19From Markus SeehoferRonnie Sahlberg1-1/+22
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2004-09-30Give it an RCS ID.Guy Harris1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2126