aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Froim Rene Pilz:Anders Broman2006-11-293-3/+8
* Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarifyGuy Harris2006-11-271-2/+3
* Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,Guy Harris2006-11-272-1/+5
* both recent fixes of warnings don't compile on Win32, inttypes.h is not avail...Ulf Lamping2006-11-181-2/+2
* Try to squash 2 more warnings seen on buildotMartin Mathieson2006-11-171-2/+3
* Fix possible build error + warnings seen on buildbotMartin Mathieson2006-11-141-4/+5
* - Use 64-bit indexes into file for packet locations (was previously casting i...Martin Mathieson2006-11-141-32/+77
* Add a plain "radiotap.channel" field to the radiotap dissector.Gerald Combs2006-11-121-4/+7
* Update to describe all that the read routine needs to return, and toGuy Harris2006-11-071-7/+10
* fix the return value of file_seek, as noted by SteveUlf Lamping2006-11-061-1/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-0537-218/+276
* Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer2006-10-241-0/+1
* - Fix problems with parsing sctpprim headersMartin Mathieson2006-10-232-1/+11
* Use G_GINT64_CONSTANT to handle 64-bit constants in the code.Michael Tüxen2006-10-231-4/+4
* fix 'save' to store hi-order 32 bits of time offset for each pkt; fixes bug 1168Bill Meier2006-10-201-10/+16
* If we have to use Lex or Flex, check whether we found it, first, and ifGuy Harris2006-10-191-0/+4
* Paolo Abeni:Jörg Mayer2006-10-131-0/+2
* From Paolo AbeniRonnie Sahlberg2006-10-103-1/+7
* From Martin Warnes:Anders Broman2006-10-041-7/+16
* - Add special case for reading strange encoding of ATM CID fieldMartin Mathieson2006-10-031-5/+21
* From: Rolf Fiedler Jaap Keuter2006-09-291-3/+4
* From Rolf Fiedler:Jaap Keuter2006-09-281-2/+2
* Get rid of a compiler warning.Gerald Combs2006-09-121-8/+9
* For DCT2000, show better transport info:Martin Mathieson2006-09-052-0/+7
* propset, add $Id: $ and copyright headersJörg Mayer2006-09-051-0/+23
* OK, as I haven't had any negative feedback, I'm adding my workJörg Mayer2006-09-051-0/+40
* Partial implementation of UMTS FP. Currently only works with Catapult DCT200...Martin Mathieson2006-09-042-13/+7
* Rework some of the header processing, to handle some additional nettlGuy Harris2006-08-181-238/+239
* From Hannes Gredler:Anders Broman2006-08-173-2/+8
* Wasn't allocating big enough frame buffer!Martin Mathieson2006-08-071-5/+8
* - Removes last traces of 'board ports only' preference (other than marking it...Martin Mathieson2006-08-021-59/+90
* The nettl_file_hdr structure has a fixed format, as it's an on-disk dataGuy Harris2006-07-261-19/+16
* postadal@suse.cz:Jörg Mayer2006-07-261-1/+1
* Fix indentation.Guy Harris2006-07-041-14/+14
* Don't test a variable in a loop if its value never changes.Guy Harris2006-07-041-8/+5
* add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping2006-06-233-155/+199
* Remove definition of catapult_dct2000_board_ports_only, as per mail fromGuy Harris2006-06-231-2/+0
* hopefully, the win32 buildbot will compile again :-(Ulf Lamping2006-06-221-1/+1
* Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2006-06-202-0/+7
* fix coverity "bug" 184 (false positive)Ronnie Sahlberg2006-06-171-2/+1
* From Martin Mathieson:Anders Broman2006-06-141-0/+4
* From Martin Mathieson:Anders Broman2006-06-111-12/+9
* Ethereal -> WiresharkGerald Combs2006-06-066-15/+15
* Rename the main executable to "wireshark", along with more conversions:Gerald Combs2006-05-312-2/+2
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
* Ethareal->WiresharkAnders Broman2006-05-285-12/+12
* From Martin Mathieson:Anders Broman2006-05-232-48/+81
* ethereal->wireshark updatesRonnie Sahlberg2006-05-225-6/+6
* name changeRonnie Sahlberg2006-05-214-8/+8
* Squelch some compiler warnings (a time_t might be an int or a long).Guy Harris2006-05-191-2/+2