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>
This commit is contained in:
Guy Harris 2014-08-04 15:00:42 -07:00
parent 7bc0b9bfc6
commit 7c72f70f59
1 changed files with 0 additions and 1 deletions

View File

@ -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)