aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wol.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-27Use tvb_ether_to_str() instead of ether_to_str(ep_tvb_memdup()). Add modelines.Chris Maynard1-1/+14
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-01-21Use tvb_ip_to_str()Jeff Morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+1
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-27/+14
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2007-11-06Wake on LAN (WOL): New dissector from Chris Maynard via -dev list andStephen Fisher1-0/+366