aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wol.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-12/+8
2011-12-27Use tvb_ether_to_str() instead of ether_to_str(ep_tvb_memdup()). Add modelines.cmaynard1-1/+14
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-01-21Use tvb_ip_to_str()morriss1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-01-13From Didier Gautheron:etxrab1-1/+0
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2008-12-19Back out r27047 and r27053.gerald1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+1
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffwmeier1-27/+14
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2007-11-06Wake on LAN (WOL): New dissector from Chris Maynard via -dev list andsfisher1-0/+366