aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-25Fix indentation.Guy Harris1-1/+1
2006-11-29Froim Rene Pilz:Anders Broman3-3/+8
2006-11-27Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarifyGuy Harris1-2/+3
2006-11-27Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,Guy Harris2-1/+5
2006-11-18both recent fixes of warnings don't compile on Win32, inttypes.h is not avail...Ulf Lamping1-2/+2
2006-11-17Try to squash 2 more warnings seen on buildotMartin Mathieson1-2/+3
2006-11-14Fix possible build error + warnings seen on buildbotMartin Mathieson1-4/+5
2006-11-14- Use 64-bit indexes into file for packet locations (was previously casting i...Martin Mathieson1-32/+77
2006-11-12Add a plain "radiotap.channel" field to the radiotap dissector.Gerald Combs1-4/+7
2006-11-07Update to describe all that the read routine needs to return, and toGuy Harris1-7/+10
2006-11-06fix the return value of file_seek, as noted by SteveUlf Lamping1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping37-218/+276
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer1-0/+1
2006-10-23- Fix problems with parsing sctpprim headersMartin Mathieson2-1/+11
2006-10-23Use G_GINT64_CONSTANT to handle 64-bit constants in the code.Michael Tüxen1-4/+4
2006-10-20fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168Bill Meier1-10/+16
2006-10-19If we have to use Lex or Flex, check whether we found it, first, and ifGuy Harris1-0/+4
2006-10-13Paolo Abeni:Jörg Mayer1-0/+2
2006-10-10From Paolo AbeniRonnie Sahlberg3-1/+7
2006-10-04From Martin Warnes:Anders Broman1-7/+16
2006-10-03- Add special case for reading strange encoding of ATM CID fieldMartin Mathieson1-5/+21
2006-09-29From: Rolf Fiedler Jaap Keuter1-3/+4
2006-09-28From Rolf Fiedler:Jaap Keuter1-2/+2
2006-09-12Get rid of a compiler warning.Gerald Combs1-8/+9
2006-09-05For DCT2000, show better transport info:Martin Mathieson2-0/+7
2006-09-05propset, add $Id: $ and copyright headersJörg Mayer1-0/+23
2006-09-05OK, as I haven't had any negative feedback, I'm adding my workJörg Mayer1-0/+40
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult DCT200...Martin Mathieson2-13/+7
2006-08-18Rework some of the header processing, to handle some additional nettlGuy Harris1-238/+239
2006-08-17From Hannes Gredler:Anders Broman3-2/+8
2006-08-07Wasn't allocating big enough frame buffer!Martin Mathieson1-5/+8
2006-08-02- Removes last traces of 'board ports only' preference (other than marking it...Martin Mathieson1-59/+90
2006-07-26The nettl_file_hdr structure has a fixed format, as it's an on-disk dataGuy Harris1-19/+16
2006-07-26postadal@suse.cz:Jörg Mayer1-1/+1