aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-05-21Fix some (incorrect but unforseeable)Jörg Mayer2-2/+2
2007-05-21make the workaround use static so it wont dissapear when the frame endsRonnie Sahlberg1-1/+1
2007-05-21workaroung a warning for const that prevents gtk1 buildsRonnie Sahlberg1-1/+2
2007-05-20Fix a typo to make compiling with extra-gcc flags disable compiling withJörg Mayer1-1/+1
2007-05-19typo fixSebastien Tandel1-1/+1
2007-05-19temporarily put cast-align in extra-gcc-warnings while compilation on SolarisSebastien Tandel1-2/+4
2007-05-18temporarily disable cast-align warningsSebastien Tandel1-1/+2
2007-05-18include generator sources in EXTRA_DISTSebastien Tandel2-0/+7
2007-05-17Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel2-10/+25
2007-05-10mipv6 -> ipMartin Mathieson1-1/+3
2007-05-09fix manifest error: for dll's mt.exe must be given ;2Ulf Lamping1-1/+1
2007-05-08propset...Jörg Mayer1-1/+1
2007-05-07new attempt to resolve recent breakageRonnie Sahlberg1-1/+12
2007-05-07GTK1 does not have GDir and as such needs to include dirent.hRonnie Sahlberg1-1/+2
2007-05-06instead of copying the MSVC 2005 manifest files around, embed them into the ....Ulf Lamping1-0/+3
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping4-2/+10
2007-05-04Add a plugin interface to wiretap.Luis Ontanon7-39/+278
2007-05-03will this finally get rid of the warnigs?Luis Ontanon1-6/+6
2007-05-02fix warningsLuis Ontanon1-6/+7
2007-05-02add support for the text export format of textronix k1[25]Luis Ontanon7-4/+330
2007-04-26From Jeff Foster: add support for Cisco HDLC captures.Guy Harris1-0/+9
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