aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptpip.h
AgeCommit message (Collapse)AuthorFilesLines
2014-06-17Fix copy/paste errors in value_string.Jakub Zawadzki1-1/+1
Also make repetition_coding_indications[] standard terminated. Change-Id: Ice20e1f27f5ab4d111f893608a230b83899efc9f Reviewed-on: https://code.wireshark.org/review/2288 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Evan Huus <eapache@gmail.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-11-25Create/use extended value_string;Bill Meier1-692/+344
Move value_string array definitions from .h to .c file (value_string definitions should never be in a .h file); Add XXX comments re value_string arrays containing duplicate values [ptp_opcode_names & ptp_respcode_names]; Remove unneeded #includes (stdio.h, stdlib.h & string.h); Remove some unneeded initializers; Add editor modelines. Do some whitespace & long-lines changes; svn path=/trunk/; revision=53570
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-2/+2
svn path=/trunk/; revision=50640
2013-05-10From "0xBismarck" via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8573Evan Huus1-0/+861
Dissector for PTP-over-IP (picture transfer protocol). PTP-over-USB also exists but is not identical, so some parts of the dissector are shared for future use. svn path=/trunk/; revision=49221