aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-03-26Change the test for -Wdeclaration-after-statement slightly to make it work fo...morriss1-2/+1
2007-03-26make the test for -Wdeclaration-after-statement gcc 2.96 friendly.sahlberg1-1/+11
2007-03-26Also try to set -Wdeclaration-after-statement in wiretapmorriss1-0/+8
2007-03-25All private data for a capture in a Wiretap module must be per-file, notguy2-52/+38
2007-03-25make the mpeg_open() more conservative checking whether there's ssome magic b...lego1-1/+28
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-17/+17
2007-03-23From Sebastien Tandel:sfisher2-3/+13
2007-03-23Fix some warnings on the Solaris buildbotsfisher1-12/+12
2007-03-22fix a new warningulfl1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the basesfisher2-1/+8
2007-03-22Added mpeg exportsgrahamb1-0/+8
2007-03-22From Graham Bloicesahlberg1-10/+10
2007-03-22Add some missing includes and hope that msvc will find the definition for off_tsahlberg1-0/+8
2007-03-22From Shaun Jackmansahlberg8-3/+506
2007-03-21fix another warningulfl1-1/+1
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...ulfl7-9/+9
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...wmeier1-1/+1
2007-03-17rename a variable.lego1-5/+5
2007-03-17K15 final:lego1-20/+5
2007-03-17K15 phase 1lego1-169/+207
2007-03-10Major cleanup of debug code and whitespace changes.lego1-700/+632
2007-03-07Fix a couple of off-by-one overflows reported in bug 1415. Update thegerald1-1/+1
2007-02-18From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) filesmorriss2-2/+25
2007-02-08From: Kriang Lerdsuwanakijlego2-2/+30
2007-02-04from:lego1-30/+63
2007-01-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...ulfl2-1/+9
2007-01-30From Paolo Abeni: update to support the new DLT_USB_LINUX format header.guy2-26/+214
2007-01-28from Kriang Lerdsuwanakijlego1-2/+2
2007-01-19Put in some information about RSSI.guy1-2/+18
2007-01-18Putguy1-0/+7
2007-01-18From Clay Jones: Shomiti wireless packet support.guy2-0/+75
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm1-0/+7
2007-01-14fix Bug 1301lego1-2/+8
2007-01-12Automake variables ending with _LDFLAGS are special:guy2-3/+3
2007-01-12second try for file_util.c ... (at least OS X didn't liked it)ulfl3-4/+2
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!ulfl6-23/+519
2007-01-08We support nanosecond resolution in Wiretap; use that with AIX libpcapguy1-6/+3
2007-01-05When Mr. Genius added the SHAREDLIB_LDFLAGS stuff, he forgot thatguy1-8/+40
2007-01-04On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGSguy1-1/+1
2007-01-04Check in trivial changes before generating a big diff...martinm1-1/+2
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for this...ulfl1-1/+2
2007-01-03from Laurent Rabret:ulfl1-1/+1
2007-01-01From Mark C. Brown:jake4-46/+58
2007-01-01From Mark C. Brown:jake1-37/+39
2006-12-25Fix indentation.guy1-1/+1
2006-11-29Froim Rene Pilz:etxrab3-3/+8
2006-11-27Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarifyguy1-2/+3
2006-11-27Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,guy2-1/+5
2006-11-18both recent fixes of warnings don't compile on Win32, inttypes.h is not avail...ulfl1-2/+2
2006-11-17Try to squash 2 more warnings seen on buildotmartinm1-2/+3