aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-04-23Grr. Flex. Can't make warnings errors yet - we'd have to keep thatGuy Harris1-4/+0
2007-04-23Make warnings errors when possible.Guy Harris1-0/+3
2007-04-23Add a couple more warnings to the standard set.Guy Harris1-0/+2
2007-04-22Propagate Joerg's fix to make --enable-extra-gcc-checks turn offGuy Harris1-2/+3
2007-04-22Turn on almost all warnings for Wiretap - if any of them cause problemsGuy Harris1-8/+9
2007-04-22adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gccSebastien Tandel2-47/+57
2007-04-22Use AC_HELP_STRING for the help strings for --with and --enable flags.Guy Harris1-35/+46
2007-04-21Fix a comment to reflect reality - -Wcast-qual is added only withGuy Harris1-4/+4
2007-04-21Match "%4x" with an unsigned value in sscanf.Guy Harris1-3/+11
2007-04-21Get rid of a warning with at least some compilers.Guy Harris1-1/+1
2007-04-21Explicitly mark new_k12_file_data() as taking no arguments - in C89, atGuy Harris1-1/+1
2007-04-17Fix --with(out)-warnings-as-errors test so warnings-as-errors can be disabled...Jeff Morriss1-4/+4
2007-04-14remove "treat warnings as errors" barrier for every repo containing codeSebastien Tandel1-3/+0
2007-04-14Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codeJörg Mayer1-1/+5
2007-04-14Same as for top level configure.inJörg Mayer1-8/+16
2007-04-13change the script to automatically stop on warning if compiling with gcc.Sebastien Tandel1-9/+11
2007-04-10Fix for bug 1526. Compare to uppercased strings.Jaap Keuter1-3/+5
2007-04-08Fix a comment.Guy Harris1-2/+2
2007-04-08Fix up the configure message about extra GCC flags to indicate whatGuy Harris1-2/+2
2007-04-02There are odd packet records in k15 generated files where the interface recor...Luis Ontanon1-4/+33
2007-03-31From James Menzies:Stephen Fisher1-3/+12
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher2-17/+34
2007-03-26Change the test for -Wdeclaration-after-statement slightly to make it work fo...Jeff Morriss1-2/+1
2007-03-26make the test for -Wdeclaration-after-statement gcc 2.96 friendly.Ronnie Sahlberg1-1/+11
2007-03-26Also try to set -Wdeclaration-after-statement in wiretapJeff Morriss1-0/+8
2007-03-25All private data for a capture in a Wiretap module must be per-file, notGuy Harris2-52/+38
2007-03-25make the mpeg_open() more conservative checking whether there's ssome magic b...Luis Ontanon1-1/+28
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-17/+17
2007-03-23From Sebastien Tandel:Stephen Fisher2-3/+13
2007-03-23Fix some warnings on the Solaris buildbotStephen Fisher1-12/+12
2007-03-22fix a new warningUlf Lamping1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher2-1/+8
2007-03-22Added mpeg exportsGraham Bloice1-0/+8
2007-03-22From Graham BloiceRonnie Sahlberg1-10/+10
2007-03-22Add some missing includes and hope that msvc will find the definition for off_tRonnie Sahlberg1-0/+8
2007-03-22From Shaun JackmanRonnie Sahlberg8-3/+506
2007-03-21fix another warningUlf Lamping1-1/+1
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping7-9/+9
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier1-1/+1
2007-03-17rename a variable.Luis Ontanon1-5/+5
2007-03-17K15 final:Luis Ontanon1-20/+5
2007-03-17K15 phase 1Luis Ontanon1-169/+207
2007-03-10Major cleanup of debug code and whitespace changes.Luis Ontanon1-700/+632
2007-03-07Fix a couple of off-by-one overflows reported in bug 1415. Update theGerald Combs1-1/+1
2007-02-18From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) filesJeff Morriss2-2/+25
2007-02-08From: Kriang LerdsuwanakijLuis Ontanon2-2/+30
2007-02-04from:Luis Ontanon1-30/+63
2007-01-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...Ulf Lamping2-1/+9
2007-01-30From Paolo Abeni: update to support the new DLT_USB_LINUX format header.Guy Harris2-26/+214
2007-01-28from Kriang LerdsuwanakijLuis Ontanon1-2/+2