aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cisco-wids.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-5/+3
2011-09-19Since the call to proto_tree_add_text() was #if 0'd out, there's no need to a...cmaynard1-2/+3
2011-08-26Replace TRUE/FALSE with the new ENCAP stuff where appropriatejmayer1-8/+8
2011-04-18Removed some unneeded assignments.stig1-2/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.morriss1-4/+12
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj1-2/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
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
2008-09-12Small revisions related to proto_reg_handoff ....wmeier1-8/+20
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-04-13Fix various warningssfisher1-1/+1
2006-07-25One of the bytes in the cisco header is the channel number thatjmayer1-23/+31
2006-07-09Start declaring the proto_reg... functions to fix 'warning: no previous decla...jmayer1-4/+5
2006-07-06New dissector for the cisco wireless ids communication protocoljmayer1-0/+198