aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptp.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-26PTP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-03-24PTP: Add mm TLV according to SMPTE ST 2059-2Uli Heilmeier1-0/+267
2016-02-21Fix typo in PTP / Follow_Up Message / Follow Up information TLV.Michael Mann1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+9
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-6/+4
2015-06-26PTP: just return, don't throw an exceptionMartin Kaiser1-1/+1
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-22PTP: Fix ptp_tree may be used uninitialized in this function [-Werror=maybe-u...Alexis La Goutte1-1/+1
2014-12-22Squelch a compiler warning.Guy Harris1-1/+1
2014-12-22Use the messageLength field to indicate the message length.Guy Harris1-4/+42
2014-12-22Removing ptp.v2.an.fcs as this erroneously refers to the Ethernet FCS which i...sfd1-14/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-01Announce messages should only have a TLV if the message length is > 64.Michael Mann1-177/+192
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-2/+8
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-26/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+2
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