aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-19Put in some information about RSSI.Guy Harris1-2/+18
2007-01-18PutGuy Harris1-0/+7
2007-01-18From Clay Jones: Shomiti wireless packet support.Guy Harris2-0/+75
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-0/+7
2007-01-14fix Bug 1301Luis Ontanon1-2/+8
2007-01-12Automake variables ending with _LDFLAGS are special:Guy Harris2-3/+3
2007-01-12second try for file_util.c ... (at least OS X didn't liked it)Ulf Lamping3-4/+2
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping6-23/+519
2007-01-08We support nanosecond resolution in Wiretap; use that with AIX libpcapGuy Harris1-6/+3
2007-01-05When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot thatGuy Harris1-8/+40
2007-01-04On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGSGuy Harris1-1/+1
2007-01-04Check in trivial changes before generating a big diff...Martin Mathieson1-1/+2
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for this...Ulf Lamping1-1/+2
2007-01-03from Laurent Rabret:Ulf Lamping1-1/+1
2007-01-01From Mark C. Brown:Jaap Keuter4-46/+58
2007-01-01From Mark C. Brown:Jaap Keuter1-37/+39