aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptp.c
Commit message (Expand)AuthorAgeFilesLines
* Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier2012-10-111-3/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-09-061-31/+0
* Prefer proto_tree_add_item (when it is possible)Alexis La Goutte2012-09-061-21/+13
* From Jared August:Anders Broman2012-09-051-1/+171
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7437 :Pascal Quantin2012-07-051-7/+6
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Fix copy&paste: hf variable name in hfi->abbrevJakub Zawadzki2012-05-171-2/+2
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-2/+0
* IEEE1588 PTPv2 over IPv6 -> Padding issue. https://bugs.wireshark.org/bugzill...Anders Broman2012-03-071-1/+2
* Fix some proto_tree_add_item() encoding args;Bill Meier2011-10-271-6/+6
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier2011-10-201-11/+11
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-6/+6
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-61/+61
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-248/+248
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-44/+44
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-181-5/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-3/+3
* Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier2010-06-091-1/+1
* (Trivial) A little more whitespace cleanup.Bill Meier2010-05-131-20/+20
* From Torrey Atcitty: [Dissector Enhancement] Added new functionality to exi...Bill Meier2010-05-131-38/+401
* Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier2010-05-101-2627/+2630
* From Marcus Renz: Fix for "PTP dissector displays big correction field values...Bill Meier2010-04-161-16/+3
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Fix gcc -Wshadow warningsBill Meier2010-01-191-4/+4
* s/col_add_fstr/col_add_strKovarththanan Rajaratnam2009-09-061-2/+2
* Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam2009-09-061-2/+2
* Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2009-08-091-10/+5
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-4/+2
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-15/+15
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-49/+49
* Misc dissector cleanup:Bill Meier2009-05-261-341/+341
* FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier2009-05-081-18/+18
* From Jared August:Jaap Keuter2009-05-061-0/+173
* One last snprintf.Jaap Keuter2008-12-191-4/+0
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* From Markus Renz:Jaap Keuter2008-12-031-74/+77
* From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss2008-03-151-351/+351
* Fix fields that are passed to proto_tree_add_uint64_format_value() to beGuy Harris2008-03-041-1655/+1655
* From ChrisMaynard:Anders Broman2008-03-041-2/+2
* From Markus Seehofer :Anders Broman2008-03-031-135/+1954
* Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.Jaap Keuter2008-02-291-1/+1
* Clean up indentation.Guy Harris2007-12-051-184/+184
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* From Markus Seehofer:Ulf Lamping2007-08-081-26/+1156
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* done:Jörg Mayer2006-01-161-4/+0
* From Markus SeehoferRonnie Sahlberg2005-08-191-1/+22