aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-roofnet.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...wmeier1-14/+14
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-2/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
2008-09-26Addt'l minor change relating to proto_reg_handoffwmeier1-1/+1
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffwmeier1-14/+10
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-1/+1
2008-03-04Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2331 : Replace match_s...morriss1-16/+15
2007-03-21Fixes for: warning: function declaration isn't a prototypejmayer1-1/+1
2006-12-24dissect_roofnet_link() returns no value and nothing expects it to;guy1-2/+1
2006-12-19From Sebastien Tandel:jake1-0/+375