URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=658336f33447d40760f9e47dbb16b83b704b9986
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
658336f by Guy Harris (guy@xxxxxxxxxxxx):
Use FT_NONE, not FT_STRINGZ, for the field that covers the packet.
They're collections of binary data divided into subfields, not
null-terminated strings, so give them the right type.
Change-Id: If2685b9b41ca6711e12de6688ae51d5211767770
Reviewed-on: https://code.wireshark.org/review/28175
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 33eb5e73ddd61b27621eb1e821c7864d95f2cbc9)
Reviewed-on: https://code.wireshark.org/review/28176
Actions performed:
from 8cabf3b Fix handling of text headers with non-text values.
adds 658336f Use FT_NONE, not FT_STRINGZ, for the field that covers the packet.
Summary of changes:
epan/dissectors/packet-cigi.c | 208 +++++++++++++++++++++---------------------
1 file changed, 104 insertions(+), 104 deletions(-)