Fix some unused warnings
[obnox/wireshark/wip.git] / wiretap /
2008-02-18 wmeierAdd $Id$
2008-02-16 stigCast secs and nsecs correct.
2008-02-16 sfisherChange if_tsaccur to if_tsresol and change timestamp...
2008-02-12 stigAdd a cast.
2008-02-10 guyDo the time calculations with 64-bit integers, rather...
2008-02-09 wmeierFix (Sun) compiler warnings as reported by David Kirkby...
2008-02-07 stigRemoved some "statement not reached" warnings.
2008-02-07 stigCorrected some types.
2008-02-04 stigAdded btsnoop.h
2008-02-03 stigFrom Shane Kearns (bug 2237):
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-26 ulflg_warning -> pcapng_debug and "switch it off" as defaul...
2008-01-24 morrisss/%ll/%" G_GINT64_MODIFIER "/g
2008-01-24 stigFixed some more malloc -> g_malloc, free -> g_free...
2008-01-22 sfisherUse WTAP_MAX_PACKET_SIZE in place of 65535 in sanity...
2008-01-21 ulflas we have BSWAP64() now, at least read 64bit section_l...
2008-01-20 sfisherIntroduce BSWAP64() and use it in the pcapng code
2008-01-19 ulflMake it compile on Win32 ;-)
2008-01-19 stigMake it compile on OSX.
2008-01-19 ulflvarious enhancements:
2008-01-18 ulfldecode IDB options (if_tsaccur and if_fcslen)
2008-01-18 sfisherAdd link to pcap-ng format specification and use #defin...
2008-01-17 morrissAdd support for DLT_SCCP (SCCP without MTP2, MTP3,...
2008-01-14 sfisherFix seek reading by adding the size of the block length...
2008-01-13 ulflsome minor updates
2008-01-13 sfisherAdd svn:eol-style native and svn:keywords Id
2008-01-13 sfisherMake pcapng.c compile on Unix (with gcc)
2008-01-13 ulfladd very experimental support for pcapng "PCAP Next...
2008-01-10 guyGet rid of extra blank lines at the end of the file.
2008-01-10 guyUse WTAP_ENCAP_ERF as the file encapsulation, as that...
2008-01-09 morrissFrom Florent Drouin:
2007-12-28 kukosamore buffer functions
2007-12-27 kukosaexport more buffer functions from wiretap
2007-12-17 jmayer_SOURCE has magic meaning and isn't to be used by non...
2007-12-16 stigFrom Fulko Hew:
2007-12-16 stigFrom Marton Nemeth:
2007-12-08 guywtap_process_pcap_packet() is gone; remove it from...
2007-12-08 guyAdd .. to the directory in which to look for headers...
2007-12-08 guyGet rid of wtap_process_pcap_packet(); it's no longer...
2007-12-07 guyDelete the *right* config.h.win32.
2007-12-07 guyHAVE_PCAP_H is no longer defined; just use HAVE_LIBPCAP.
2007-12-07 guyRun runlex.sh from the tools directory. Get rid of...
2007-12-07 jmayerGet rid of configure in wiretap. Finally!
2007-12-07 guyGet rid of 8-bit charcters in the example ETHERWATCH...
2007-11-30 ulflfirst steps to support MSVC 2008 Express Edition
2007-11-28 wmeierFixes for Windows build w/o ZLIB
2007-11-27 sfisherAdd support for showing wireless LAN info (signal stren...
2007-11-27 ulflfix mpa_... problems
2007-11-26 morrissGet rid of the global data structures populated by...
2007-11-26 morrissGet rid of C++/C99 style comments--not all compilers...
2007-11-26 sfisherChange %G to %Y for year in strftime() so it works...
2007-11-26 sfisherAdd writing support for the CommView file format.
2007-11-25 guyClean up a comment.
2007-11-25 stigRemoved a "/*" within comment.
2007-11-25 stigCorrected setting of "warnings_as_errors_default".
2007-11-25 guyPut in a comment about encapsulation hint values.
2007-11-25 guyNote that the encapsulation type values are SNMP ifType...
2007-11-24 guyFrom James Menzies: if the per-packet encapsulation...
2007-11-24 sfisherInitial checkin of support to read TamoSoft's CommView...
2007-11-21 guyGet rid of a no-longer-used variable.
2007-11-21 guyDon't use "if it begins with 0xff 0x03 it's PPP, otherw...
2007-11-21 geraldMake it easier to change the default behavior of -...
2007-11-19 geraldGet the number of captured bytes from "rlen" instead...
2007-11-16 martinmSome comments and formatting.
2007-11-15 sakeAdded correct svn propset settings to wiretap/netscreen...
2007-11-06 etxrabFrom Florent Drouin:
2007-11-05 etxrabStrengthen BER and ERF heuristics to solve:
2007-10-28 sakeBug 1751: From Allan M. Madsen :
2007-10-27 etxrabFrom Mark C. Brown:
2007-10-19 sfisherFix bug #1926: buffer overflow when parsing iseries...
2007-10-16 sakeFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-10-16 guyBug 1704 is fixed in the main branch by the simpler...
2007-10-16 morrissFrom Paolo Abeni via bug 1751:
2007-10-16 morrissChange more fopen() to eth_fopen() to finish fixing...
2007-10-11 wmeierTighten up heuristic used to identify Ascend capture...
2007-10-09 ulflminor updates
2007-10-08 etxrabFrom Florent DROUIN:
2007-10-03 ulflfix some comments and sort functions by functionality
2007-10-03 ulflupdate to changes in the source files
2007-09-29 sakeWhen reading NetScreen snoop output, only use WTAP_ENCA...
2007-09-28 wmeierAdd error checking for fwrites; replacement for the...
2007-09-28 sakeWhen reading NetScreen snoop output, allow the '.'...
2007-09-27 sakeFrom Martin Warnes:
2007-09-25 wmeierFix whitespace of newly added lines to match rest of...
2007-09-25 wmeierAdd error checking for fwrites; replacement for one...
2007-09-25 sakeAllow the output of NetScreen VSI interfaces to be...
2007-09-24 jmayerAdd ascend-grammar.h explicitely to the generation...
2007-09-11 jakeFrom Pieter de Boer:
2007-09-09 ulfltranslate some german to english
2007-09-09 ulflstart an experiment to provide MS Visual Studio 2005...
2007-09-01 sakeThis patch solves two issue with the NetScreen wiretap...
2007-08-23 sfisherFrom Scott Robinson:
2007-08-22 morrissMove wtap_pcap_encap_to_wtap_encap()'s definition to...
2007-08-22 guyCast away shortening conversions that are presumed...
2007-08-21 richardvFrom Shaun Jackman <sjackman@gmail.com> / bug 1753:
2007-08-17 guyAt least some LAPB Windows Sniffer captures have 4...
2007-08-17 sake(bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)
2007-08-09 guyParenthesize macro arguments.
2007-08-09 jakeFix for bug 1659:
2007-08-09 jakeFix for bug 1704:
next