aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-roofnet.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2008-09-26Addt'l minor change relating to proto_reg_handoffBill Meier1-1/+1
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-14/+10
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-1/+1
2008-03-04Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2331 : Replace match_s...Jeff Morriss1-16/+15
2007-03-21Fixes for: warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2006-12-24dissect_roofnet_link() returns no value and nothing expects it to;Guy Harris1-2/+1
2006-12-19From Sebastien Tandel:Jaap Keuter1-0/+375