aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
diff options
context:
space:
mode:
authorРоман Донченко <dpb@corrigendum.ru>2018-04-09 01:15:01 +0300
committerStig Bjørlykke <stig@bjorlykke.org>2018-05-15 12:47:06 +0000
commit3ba56ce586dbad693f1865a7241d4cd1152cd761 (patch)
tree5f55b8ac6649e3b5f724e1eb5dfd10ca29c06442 /epan/dissectors/packet-ber.c
parent48fac2a18debb2969413e03f3d88bbb9c31500ae (diff)
wiretap: Add a reader for files in the PEM-like format specified by RFC 7468
Change-Id: I8109025120d01c915f3a9d5550aa9272ec83893a Reviewed-on: https://code.wireshark.org/review/27334 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-ber.c')
-rw-r--r--epan/dissectors/packet-ber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ber.c b/epan/dissectors/packet-ber.c
index 9f7d358510..03842543a6 100644
--- a/epan/dissectors/packet-ber.c
+++ b/epan/dissectors/packet-ber.c
@@ -4233,7 +4233,7 @@ dissect_ber(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
col_set_str(pinfo->cinfo, COL_PROTOCOL, "BER");
- col_set_str(pinfo->cinfo, COL_DEF_SRC, "BER encoded file");
+ col_set_str(pinfo->cinfo, COL_DEF_SRC, "BER encoded value");
if (!decode_as_syntax) {