From 7c72f70f598071c1f7d073cd51ae4c8f80822496 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 4 Aug 2014 15:00:42 -0700 Subject: [PATCH] Remove a comment asking a question, as the answer is "no". I.e., no, the epan/decode_as.c stuff belongs in libwireshark, not libui, because dissectors need to be able to say "I support decode-as...". Code to implement the UIs that allow decode-as entries to be specified would belong in libui. Change-Id: Ibf9da19e752481a3892d0f03d0a0537590ab1811 Reviewed-on: https://code.wireshark.org/review/3416 Reviewed-by: Guy Harris --- epan/decode_as.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/decode_as.c b/epan/decode_as.c index f04730fa5e..e54802f10f 100644 --- a/epan/decode_as.c +++ b/epan/decode_as.c @@ -27,7 +27,6 @@ #include "decode_as.h" #include "packet.h" -/* XXX Should this be in ui/decode_as_util? */ GList *decode_as_list = NULL; void register_decode_as(decode_as_t* reg)