aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vicp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...wmeier1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2008-10-02From Frank Kingswood:jake1-0/+126