URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfe11b1097a53d5d62f1b7b9de3b816378527dae
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cfe11b1 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Add ENC_ASCII_7BITS encoding
Change-Id: I01ec87ff4181afb5b2de487fd5f5200f8d62f17d
Reviewed-on: https://code.wireshark.org/review/1088
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 63ed474 Replace QTableWidgets with QLabels + HTML tables.
adds cfe11b1 Add ENC_ASCII_7BITS encoding
Summary of changes:
doc/README.dissector | 6 +-
epan/dissectors/packet-ansi_637.c | 119 +++----------------------------------
epan/proto.c | 30 ++++++++++
epan/proto.h | 13 +++-
epan/tvbuff.c | 81 ++++++++++++++++++++++++-
epan/tvbuff.h | 23 +++++++
6 files changed, 156 insertions(+), 116 deletions(-)