aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris56-297/+314
2007-04-23Just use -1 to go to the end of a tvbuff.Guy Harris1-3/+1
2007-04-23Mark all the items for TCAP statistics as generatedJeff Morriss3-204/+218
2007-04-23add request/response matching for ctdbRonnie Sahlberg1-7/+299
2007-04-23and the missing files ...Anders Broman2-11/+14
2007-04-23Formating changes and align a bit to spec.Anders Broman2-70/+98
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-23"call_ber_syntax_callback()" isn't used outside packet-ber.c, isn'tGuy Harris1-1/+1
2007-04-23Restore the casts from svn 21080 (presumably) inadvertantly removed in svn 21...Bill Meier1-10/+10
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-22Fix regression: Automatically disable -Werror in case of extra gcc flags.Jörg Mayer1-2/+3
2007-04-22Another fix to allow gtk1 to compile w/o warnings....Bill Meier1-1/+2
2007-04-22set #ifndef __USE_XOPEN instead of only #ifndefSebastien Tandel1-1/+1
2007-04-22"struct sack_chunk_header" is presumably just a SACK chunk headerGuy Harris1-7/+7
2007-04-22Don't play type-punning games - they cause compiler warnings (not thatGuy Harris1-2/+2
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer3-6/+16
2007-04-22Get rid of some const warnings.Guy Harris1-14/+15
2007-04-22Check the GLib version number, not the GTK+ version number; it's GLib weGuy Harris1-1/+1
2007-04-22move some headers so that the compile works on gtk1Ronnie Sahlberg1-2/+2
2007-04-22move include of a few headers down a few lines so the compile works on Ronnie Sahlberg1-4/+5
2007-04-22compile fix for gtk1Ronnie Sahlberg1-3/+3
2007-04-22fix compiler warning for gtk1 buildsRonnie Sahlberg1-1/+1
2007-04-22dont include these headers under gtk1 Ronnie Sahlberg1-0/+2
2007-04-22some updates to allow gtk1 to compile without warningsRonnie Sahlberg1-4/+10
2007-04-22GString.len has changed signednedd between gtk1 and gtk2Ronnie Sahlberg1-2/+5
2007-04-22update of AC_WIRESHARK_PCAP_CHECK to detect if pcap header version isSebastien Tandel1-1/+66
2007-04-22Fix a signedness warning.Jörg Mayer1-1/+1
2007-04-22Fix for bug 1541. Adjust offset for long longs by 8, not by 4.Jaap Keuter1-1/+1
2007-04-22From Irene Ruengeler: Fix a bug regading the handling of ABORT chunks.Michael Tüxen3-28/+191
2007-04-22fix the sign of a variable to prevent a singed/unsigned warning during Ronnie Sahlberg1-1/+1
2007-04-22adding AC_(WIRESHARK|WIRETAP)_GCC_CFLAGS_OPTION macro to test whether gccSebastien Tandel4-94/+112
2007-04-22Use AC_HELP_STRING for the help strings for --with and --enable flags.Guy Harris2-95/+150
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-21EXPORT DialoguePDU UniDialoguePDU and make them callable by OID.Anders Broman5-33/+74
2007-04-21Put some missing TAG:s in the tree if internal BER fields shown.Anders Broman2-35/+60
2007-04-20Fix bug #1547: Expert Info Composite column "Count" is not sorting numericallyStephen Fisher1-2/+2
2007-04-20Move some data frame back out of the control frame scope, so Wireshark Gerald Combs1-25/+119
2007-04-20Fix 64-bit integer handling and whitespace.Gerald Combs1-8/+9
2007-04-20More .11n-related updates and additions from Dustin Johnson and myself:Gerald Combs1-958/+1838
2007-04-20Since code generated by lex may trigger gcc warnings, we are now generating twoSebastien Tandel1-8/+24
2007-04-20get rid of some unused parameters in process_ssl_payloadSebastien Tandel1-11/+6
2007-04-20Add EXTERNAL to the value string and add comments about UNIVERSAL tags.Anders Broman2-23/+39
2007-04-20Add Recognition of ELRP (Extreme Loop Recognition Protocol) Elements.Jörg Mayer1-13/+57
2007-04-19From Hannes Gredler:Richard van der Hoff1-1/+1