aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptpip.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames@darkjames.pl>2014-06-17 00:01:00 +0200
committerEvan Huus <eapache@gmail.com>2014-06-17 00:08:49 +0000
commit923cf412f1362ff9a65d4cd35436257a37f0fd05 (patch)
tree92848abb4b77cb0eb29c111eaa3d776007290eb3 /epan/dissectors/packet-ptpip.h
parente047e3a00722ae82bf9263f040668dd1e2b897c2 (diff)
Fix copy/paste errors in value_string.
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>
Diffstat (limited to 'epan/dissectors/packet-ptpip.h')
-rw-r--r--epan/dissectors/packet-ptpip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ptpip.h b/epan/dissectors/packet-ptpip.h
index 65c9393d8f..5de710b5cd 100644
--- a/epan/dissectors/packet-ptpip.h
+++ b/epan/dissectors/packet-ptpip.h
@@ -223,7 +223,7 @@ typedef enum {
PTP_OC_CANON_EOS_TransferCompleteDT = 0x9120,
PTP_OC_CANON_EOS_CancelTransferDT = 0x9121,
PTP_OC_CANON_EOS_SetWftProfile = 0x9122,
- PTP_OC_CANON_EOS_GetWftProfile = 0x9122,
+ PTP_OC_CANON_EOS_GetWftProfile = 0x9123,
PTP_OC_CANON_EOS_SetProfileToWft = 0x9124,
PTP_OC_CANON_EOS_BulbStart = 0x9125,
PTP_OC_CANON_EOS_BulbEnd = 0x9126,