aboutsummaryrefslogtreecommitdiffstats
path: root/epan/decode_as.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-08-04 15:00:42 -0700
committerGuy Harris <guy@alum.mit.edu>2014-08-04 22:01:06 +0000
commit7c72f70f598071c1f7d073cd51ae4c8f80822496 (patch)
tree181229e6c76b593d6d2318e218a37a1dad32b431 /epan/decode_as.c
parent7bc0b9bfc6225403066751f8ac95cdd74742a6b9 (diff)
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 <guy@alum.mit.edu>
Diffstat (limited to 'epan/decode_as.c')
-rw-r--r--epan/decode_as.c1
1 files changed, 0 insertions, 1 deletions
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)