aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptp.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-5/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-1/+1
2010-05-13(Trivial) A little more whitespace cleanup.wmeier1-20/+20
2010-05-13From Torrey Atcitty: [Dissector Enhancement] Added new functionality to exi...wmeier1-38/+401
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-2627/+2630
2010-04-16From Marcus Renz: Fix for "PTP dissector displays big correction field values...wmeier1-16/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-19Fix gcc -Wshadow warningswmeier1-4/+4
2009-09-06s/col_add_fstr/col_add_strkrj1-2/+2
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-2/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-10/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-07-07From Kovarththanan Rajaratnam:stig1-15/+15
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-49/+49
2009-05-26Misc dissector cleanup:wmeier1-341/+341
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-18/+18
2009-05-06From Jared August:jake1-0/+173
2008-12-19One last snprintf.jake1-4/+0
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-12-03From Markus Renz:jake1-74/+77
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :morriss1-351/+351
2008-03-04Fix fields that are passed to proto_tree_add_uint64_format_value() to beguy1-1655/+1655
2008-03-04From ChrisMaynard:etxrab1-2/+2
2008-03-03From Markus Seehofer :etxrab1-135/+1954
2008-02-29Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.jake1-1/+1
2007-12-05Clean up indentation.guy1-184/+184
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-08-08From Markus Seehofer:ulfl1-26/+1156
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-01-16done:jmayer1-4/+0
2005-08-19From Markus Seehofersahlberg1-1/+22
2005-08-08various code cleanup:ulfl1-4/+0
2004-09-30Give it an RCS ID.guy1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2126