aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-roofnet.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki2012-04-181-2/+2
* Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier2011-10-251-14/+14
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier2011-08-081-2/+0
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-4/+4
* Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2009-11-171-2/+2
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-1/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-5/+5
* Addt'l minor change relating to proto_reg_handoffBill Meier2008-09-261-1/+1
* Minor cleanup related to proto_register and proto_reg_handoffBill Meier2008-09-261-14/+10
* match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss2008-03-041-1/+1
* Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2331 : Replace match_s...Jeff Morriss2008-03-041-16/+15
* Fixes for: warning: function declaration isn't a prototypeJörg Mayer2007-03-211-1/+1
* dissect_roofnet_link() returns no value and nothing expects it to;Guy Harris2006-12-241-2/+1
* From Sebastien Tandel:Jaap Keuter2006-12-191-0/+375