aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-04Fix indentation.Guy Harris1-14/+14
2006-07-04Don't test a variable in a loop if its value never changes.Guy Harris1-8/+5
2006-06-23add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping3-155/+199
2006-06-23Remove definition of catapult_dct2000_board_ports_only, as per mail fromGuy Harris1-2/+0
2006-06-22hopefully, the win32 buildbot will compile again :-(Ulf Lamping1-1/+1
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2-0/+7
2006-06-17fix coverity "bug" 184 (false positive)Ronnie Sahlberg1-2/+1
2006-06-14From Martin Mathieson:Anders Broman1-0/+4
2006-06-11From Martin Mathieson:Anders Broman1-12/+9
2006-06-06Ethereal -> WiresharkGerald Combs6-15/+15
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs2-2/+2
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-1/+1
2006-05-28Ethareal->WiresharkAnders Broman5-12/+12
2006-05-23From Martin Mathieson:Anders Broman2-48/+81
2006-05-22ethereal->wireshark updatesRonnie Sahlberg5-6/+6
2006-05-21name changeRonnie Sahlberg4-8/+8
2006-05-19Squelch some compiler warnings (a time_t might be an int or a long).Guy Harris1-2/+2