aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-04-16Wireshark now requires support for 64-bit types so there's no need to #ifdefJeff Morriss6-41/+18
2007-04-15Replace 14 for loops (each setting an array of integers to 0) with a memsetJeff Morriss1-43/+4
2007-04-15Revert commit 21430 and use #if 0/#endif insteadJörg Mayer1-0/+62
2007-04-14uninitialized warning fixSebastien Tandel1-0/+1
2007-04-14From Sake Blok:Stephen Fisher1-1/+11
2007-04-14"false" unused variables (they are not use in wiretap repo)Sebastien Tandel1-9/+9
2007-04-14unused variableSebastien Tandel1-4/+4
2007-04-14Fix a bug in the ASN1 spec. ( I can't regenerate the dissector currently).Anders Broman1-3/+3
2007-04-14even this repo contains code generated by lex!Sebastien Tandel1-3/+0
2007-04-14move ipsec to DISSECTOR_SRCSebastien Tandel4-8/+8
2007-04-14remove "treat warnings as errors" barrier for every repo containing codeSebastien Tandel3-11/+0
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel31-179/+61
2007-04-14get rid of unused variables (tfs, value_string)Sebastien Tandel1-58/+0
2007-04-14delete Td4 as it is used only in rijndaelDecrypt and rijndaelDecryptRound notSebastien Tandel1-67/+0
2007-04-14typo fixSebastien Tandel1-1/+1
2007-04-14Beginnings of a Cisco ERSPAN dissector - the only thing missing is the codeJörg Mayer6-1/+173
2007-04-14Same as for top level configure.inJörg Mayer1-8/+16
2007-04-14Disable warnings as errors if extra gcc warnings was specified.Jörg Mayer1-8/+16
2007-04-13don't treat warnings as errors until a solution is found for scanner.cSebastien Tandel1-4/+0
2007-04-13Fix some Solaris buildbot warningsStephen Fisher4-8/+8
2007-04-13change the script to automatically stop on warning if compiling with gcc.Sebastien Tandel1-9/+11
2007-04-13change the script to automatically stop on warning if compiling with gcc.Sebastien Tandel1-16/+19
2007-04-13Remove unused variable that is causing a warning Stephen Fisher1-1/+0
2007-04-13Fixup whitespace.Gerald Combs1-4/+4
2007-04-13move to CLEAN_DISSECTOR_SRCSebastien Tandel1-1/+1
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingSebastien Tandel5-6/+7
2007-04-13fix gcc warningSebastien Tandel1-1/+1
2007-04-13802.11k/n updates from Dustin Johnson:Gerald Combs1-342/+1101
2007-04-13ultimate declaration of a volatile variable to let gcc-3.4 happy.Sebastien Tandel1-1/+1
2007-04-13 Have the h248term handle evaluated as late as possible.Luis Ontanon2-4/+12
2007-04-13another attempt to let windows buildbot becoming greenSebastien Tandel7-318/+325
2007-04-13miss some volatile qualifiers in scsi-osdSebastien Tandel1-2/+2
2007-04-13fix some gcc warnings and put dissectors in CLEAN_DISSECTOR_SRCSebastien Tandel3-7/+7
2007-04-13use of volatile for every functions and not only the ones using the ExceptionSebastien Tandel6-192/+192
2007-04-13fix gcc warning :Sebastien Tandel1-1/+1
2007-04-13support of tagged types for BER - i.e. tagged assignments, more than one leve...Tomas Kukosa1-25/+104
2007-04-13H.235.7: MIKEY in H.323Tomas Kukosa7-58/+552
2007-04-13remove ref to ansi_map/README in the MakefileSebastien Tandel1-1/+0
2007-04-13From Kevin A. Noll via bug 1522:Jeff Morriss2-29/+48
2007-04-13Change the prototypes of dissect_spc_inquiry() and dissect_spc_reportluns()Jeff Morriss1-2/+2
2007-04-13Remove the obsolete readme file.Anders Broman1-8/+0
2007-04-13Fix a mis-labeled field reported in Ethereal bug 1101. Update allGerald Combs1-47/+47
2007-04-13Fix for link commands for exntest.exe, tvbtest.exe and reassemble_test.exe;Bill Meier1-5/+4
2007-04-13Fix unused variable warning when neither SSL_DECRYPT_DEBUG nor HAVE_LIBGNUTLS...Stephen Fisher1-0/+3
2007-04-13Fix various warningsStephen Fisher9-20/+26
2007-04-12From: Balint ReczeyLuis Ontanon2-1/+26
2007-04-12move dissectors which compiles without any warning from DISSECTOR_SRC toSebastien Tandel1-467/+467
2007-04-12include packet-ipv6.h for capture_ipv6 functionSebastien Tandel1-0/+1
2007-04-12get rid of unused variableSebastien Tandel1-1/+0
2007-04-12set unused parameters flags to fiw some gcc warningsSebastien Tandel1-3/+3