aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-packetbb.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-14/+14
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-12/+12
2011-02-20Capitalize protocol name.stig1-1/+1
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-16/+16
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-10#include <epan/tfs.h> not req'd.wmeier1-1/+0
2010-01-19Fix gcc -Wshadow warningswmeier1-9/+9
2009-11-12From Henning Rogge:jake1-0/+1061