aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kismet.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
argument indicating whether to include the time zone in the string. If we're constructing a display filter, don't include the time zone, otherwise do. Fixes bug 4756. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32913 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-28Added svn:ignore targets.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32055 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-1/+1
indicating whether the time should be shown as local time or UTC. For now, always pass FALSE, meaning "show as local time". Clean up some stuff in the SNMP dissector, use abs_time_secs_to_str() for times with one-second resolution, and update a comment in various macros in the WSP dissector, while we're at it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31227 f5534014-38df-0310-8fa8-9805f1628bb7
2009-12-08From Jakub Zawadzki:etxrab1-6/+1
ctime() is not thread safe and it's obsolete. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4302 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31200 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29568 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
2009-04-06More size_t casts/fixes, and string buffers.gerald1-16/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27968 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-03Cleanup related to prefs & proto_reg_handoffwmeier1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26128 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-16tvb_get_ephemeral_string() is defined never to return null (currently,guy1-1/+0
it aborts - even if we don't make it abort, we should make it throw an assertion, so we abort the dissection of the packet and let the user know that we ran out of memory). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25069 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-15Call DISSECTOR_ASSERT instead of g_assert in dissector code.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25040 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-4/+4
them, add -Wno-pointer-sign to CFLAGS when gcc will accept it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21253 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-27Fix some more warnings under gcc 4.0sfisher1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21237 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-14cosmetic updates redindentation etcsahlberg1-278/+259
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18732 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-13from Krzysztof Burghardtsahlberg1-0/+361
KISMET protocol support git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18728 f5534014-38df-0310-8fa8-9805f1628bb7