aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-05-02fix warningslego1-6/+7
2007-05-02add support for the text export format of textronix k1[25]lego7-4/+330
2007-04-26From Jeff Foster: add support for Cisco HDLC captures.guy1-0/+9
2007-04-23Grr. Flex. Can't make warnings errors yet - we'd have to keep thatguy1-4/+0
2007-04-23Make warnings errors when possible.guy1-0/+3
2007-04-23Add a couple more warnings to the standard set.guy1-0/+2
2007-04-22Propagate Joerg's fix to make --enable-extra-gcc-checks turn offguy1-2/+3
2007-04-22Turn on almost all warnings for Wiretap - if any of them cause problemsguy1-8/+9
2007-04-22adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gccstandel2-47/+57
2007-04-22Use AC_HELP_STRING for the help strings for --with and --enable flags.guy1-35/+46
2007-04-21Fix a comment to reflect reality - -Wcast-qual is added only withguy1-4/+4
2007-04-21Match "%4x" with an unsigned value in sscanf.guy1-3/+11
2007-04-21Get rid of a warning with at least some compilers.guy1-1/+1
2007-04-21Explicitly mark new_k12_file_data() as taking no arguments - in C89, atguy1-1/+1
2007-04-17Fix --with(out)-warnings-as-errors test so warnings-as-errors can be disabled...morriss1-4/+4
2007-04-14remove "treat warnings as errors" barrier for every repo containing codestandel1-3/+0
2007-04-14Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codejmayer1-1/+5
2007-04-14Same as for top level configure.injmayer1-8/+16
2007-04-13change the script to automatically stop on warning if compiling with gcc.standel1-9/+11
2007-04-10Fix for bug 1526. Compare to uppercased strings.jake1-3/+5
2007-04-08Fix a comment.guy1-2/+2
2007-04-08Fix up the configure message about extra GCC flags to indicate whatguy1-2/+2
2007-04-02There are odd packet records in k15 generated files where the interface recor...lego1-4/+33
2007-03-31From James Menzies:sfisher1-3/+12
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher2-17/+34
2007-03-26Change the test for -Wdeclaration-after-statement slightly to make it work fo...morriss1-2/+1
2007-03-26make the test for -Wdeclaration-after-statement gcc 2.96 friendly.sahlberg1-1/+11
2007-03-26Also try to set -Wdeclaration-after-statement in wiretapmorriss1-0/+8
2007-03-25All private data for a capture in a Wiretap module must be per-file, notguy2-52/+38
2007-03-25make the mpeg_open() more conservative checking whether there's ssome magic b...lego1-1/+28
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-17/+17
2007-03-23From Sebastien Tandel:sfisher2-3/+13
2007-03-23Fix some warnings on the Solaris buildbotsfisher1-12/+12
2007-03-22fix a new warningulfl1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the basesfisher2-1/+8
2007-03-22Added mpeg exportsgrahamb1-0/+8
2007-03-22From Graham Bloicesahlberg1-10/+10
2007-03-22Add some missing includes and hope that msvc will find the definition for off_tsahlberg1-0/+8
2007-03-22From Shaun Jackmansahlberg8-3/+506
2007-03-21fix another warningulfl1-1/+1
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...ulfl7-9/+9
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...wmeier1-1/+1
2007-03-17rename a variable.lego1-5/+5
2007-03-17K15 final:lego1-20/+5
2007-03-17K15 phase 1lego1-169/+207
2007-03-10Major cleanup of debug code and whitespace changes.lego1-700/+632
2007-03-07Fix a couple of off-by-one overflows reported in bug 1415. Update thegerald1-1/+1
2007-02-18From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) filesmorriss2-2/+25
2007-02-08From: Kriang Lerdsuwanakijlego2-2/+30
2007-02-04from:lego1-30/+63