aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cisco-wids.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear ↵krj1-2/+0
(replace) any existing string (the fence still needs to be respected though) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30086 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29345 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-12Small revisions related to proto_reg_handoff ....wmeier1-8/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26185 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23252 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-13Fix various warningssfisher1-1/+1
Move packet-cops.c out of clean dissectors due to a #define conflict in the headers of net-snmp with our config.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21398 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-25One of the bytes in the cisco header is the channel number thatjmayer1-23/+31
the AP received the frame. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18790 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-09Start declaring the proto_reg... functions to fix 'warning: no previous ↵jmayer1-4/+5
declaration' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18691 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-06New dissector for the cisco wireless ids communication protocoljmayer1-0/+198
(name invented by me, better suggenstions welcome). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18671 f5534014-38df-0310-8fa8-9805f1628bb7