URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5931da979e4fa864a8aa524cd2c3d2edb4de6bdb
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5931da9 by Ionut Ceausu (ionut.ceausu@xxxxxxxxx):
ixiatrailer: Change format of the protocol so that is supports future fields.
Protocol is TLV protocol and with this change I add one more field to it.
It is entire backward compatible.
Format is as follow:
Fields Trailer Length 0xAF12(Signature) Trailer Checksum
The fields portion of the trailer is a series of 2-byte fields followed by variable
length data. The first byte indicates the field type, the 2nd byte indicates the
field length. The values supported are listed below:
1 Reserved (Original Packet Size)
3 Timestamp (From Local Timebase)
4 Timestamp (From NTP source)
5 Timestamp (From GPS)
6 Timestamp (From 1588)
7 Timestamp (From Holdover)
Change-Id: I0a3b31cfbc5b6273e1f5326d9841e449735967fe
Reviewed-on: https://code.wireshark.org/review/9854
Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Actions performed:
from 66f784a [config.nmake] Add minor comment about /Zo option for MSVC-2015
adds 5931da9 ixiatrailer: Change format of the protocol so that is supports future fields.
Summary of changes:
epan/dissectors/packet-ixiatrailer.c | 89 ++++++++++++++++++++++------------
1 file changed, 59 insertions(+), 30 deletions(-)
mode change 100644 => 100755 epan/dissectors/packet-ixiatrailer.c