#include <string.h> and/or #include <stdio.h> not needed.
[obnox/wireshark/wip.git] / epan / dissectors / packet-dect.c
2010-02-18 etxrabCleanup of DECT dissector INFO column.
2010-01-13 etxrabFrom Didier Gautheron:
2009-08-17 krjsetbit() is (AFAIK) defined in <sys/param.h> (OpenBSD...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-22 jmayerFix warning: always evaluates to true/false
2009-04-09 etxrabFix a typo.
2009-04-09 jmayerStarting cleanup in earnest
2009-03-30 jmayerAndreas Schuler:
2009-03-28 guyDon't use sprintf() - use ep_strbufs and ep_strbuf_appe...
2009-03-24 jmayerAndreas Schuler
2009-03-24 jmayerAndreas Schuler
2009-02-11 jmayerWhitespace changes, missed a comment in German
2009-02-05 wmeierReplace remaining usage of sprintf ...
2009-02-05 jmayerDon't convert a const to a non-const
2009-02-05 wmeierKeep the compiler happy: revert one change....
2009-02-05 wmeierDefine most everything as static (fcns & global variables);
2009-02-05 wmeier#include <epan/prefs> not req'd; minor spacing changes;
2009-02-04 jmayerMore whitespace changes
2009-02-04 jmayerSmall whitespace changes
2009-02-04 wmeierOne very minor reg_handoff change [static ... not req'd]
2009-02-03 jmayerFix some errors I either missed or introduced:
2009-02-03 jmayerAndreas Schuler <krater (A) badterrorist.com>