aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-05-28Throw in some casts to suppress warnings.guy2-8/+8
2007-05-28Change the Wiretap code so that it doesn't dereferenceguy4-176/+201
2007-05-25 remove the never used wiretap/wtap-plugins.clego3-167/+0
2007-05-24Get rid of CR's, and add a newline at the end.guy1-310/+310
2007-05-24Back out the previous change.guy1-7/+1
2007-05-24Temporarily turn on a bunch of warnings and turn off -Werror, to seeguy1-1/+7
2007-05-23Fix for bug 1601: handle zero length packets.jake1-0/+3
2007-05-21Fix some (incorrect but unforseeable)jmayer2-2/+2
2007-05-21make the workaround use static so it wont dissapear when the frame endssahlberg1-1/+1
2007-05-21workaroung a warning for const that prevents gtk1 buildssahlberg1-1/+2
2007-05-20Fix a typo to make compiling with extra-gcc flags disable compiling withjmayer1-1/+1
2007-05-19typo fixstandel1-1/+1
2007-05-19temporarily put cast-align in extra-gcc-warnings while compilation on Solarisstandel1-2/+4
2007-05-18temporarily disable cast-align warningsstandel1-1/+2
2007-05-18include generator sources in EXTRA_DISTstandel2-0/+7
2007-05-17Since code generated by lex may trigger gcc warnings, we are now generating twostandel2-10/+25
2007-05-10mipv6 -> ipmartinm1-1/+3
2007-05-09fix manifest error: for dll's mt.exe must be given ;2ulfl1-1/+1
2007-05-08propset...jmayer1-1/+1
2007-05-07new attempt to resolve recent breakagesahlberg1-1/+12
2007-05-07GTK1 does not have GDir and as such needs to include dirent.hsahlberg1-1/+2
2007-05-06instead of copying the MSVC 2005 manifest files around, embed them into the ....ulfl1-0/+3
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...ulfl4-2/+10
2007-05-04Add a plugin interface to wiretap.lego7-39/+278
2007-05-03will this finally get rid of the warnigs?lego1-6/+6
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