aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher1-1/+7
2009-01-27From Rolf Fiedler:Anders Broman1-0/+1
2009-01-07From Duncan Salerno:Jaap Keuter1-0/+25
2008-12-24Name changes to match libpcap name change of the corresponding DLT_Guy Harris1-1/+1
2008-12-23Handle the new DLT_USB_LINUX_MMAP link-layer type.Guy Harris1-0/+1
2008-12-17Clarify that, in the Linux USB capture format, the header is alwaysGuy Harris1-2/+2
2008-11-27Added support for open TNEF files directly.Stig Bjørlykke1-0/+2
2008-11-16From Max Filippov:Anders Broman1-0/+1
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-4/+0
2008-09-29From Francesco Fusco:Anders Broman1-0/+5
2008-08-12From Márton Németh:Anders Broman1-7/+9
2008-08-12From Alexey Neyman:Anders Broman1-0/+9
2008-07-11packet-k12.c expects pseudo_header->k12.extra_info to be guchar so make it a ...Jeff Morriss1-1/+1
2008-04-24Clean up indentation. There is no guarantee that tabs will appearGuy Harris1-170/+170
2008-04-23From Hannes Kälber:Anders Broman1-72/+73
2008-04-20From Rolf Fiedler (bug 2408):Stig Bjørlykke1-0/+7
2008-03-14From Hannes Kalber:Gerald Combs1-1/+6
2008-03-05From Owen Kirby :Anders Broman1-9/+10
2008-02-25Add support for DLT_IPMB (199). The dissector for these packets is in http:/...Jeff Morriss1-1/+2
2008-02-03From Shane Kearns (bug 2237):Stig Bjørlykke1-0/+13
2008-01-17Add support for DLT_SCCP (SCCP without MTP2, MTP3, or any pseudo-header).Jeff Morriss1-37/+38
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File Form...Ulf Lamping1-0/+1
2007-12-16From Fulko Hew:Stig Bjørlykke1-0/+66
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher1-0/+1
2007-10-16From Paolo Abeni via bug 1751:Jeff Morriss1-0/+9
2007-10-08From Florent DROUIN:Anders Broman1-78/+106
2007-10-03fix some comments and sort functions by functionalityUlf Lamping1-26/+36
2007-08-17(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)Sake Blok1-0/+1
2007-06-13Add support for PPI (the Per-Packet Information header), described atGerald Combs1-9/+10
2007-06-08From Stephen Donnelly of Endace:Guy Harris1-0/+4
2007-06-06Actually implement wtap_register_file_type() and have it returning the ID of ...Luis Ontanon1-1/+1
2007-05-25 remove the never used wiretap/wtap-plugins.cLuis Ontanon1-1/+0
2007-05-05fix win32 build by using wtap_get_num_file_types() instead of direct variable...Ulf Lamping1-2/+2
2007-05-04Add a plugin interface to wiretap.Luis Ontanon1-4/+41
2007-05-02add support for the text export format of textronix k1[25]Luis Ontanon1-1/+2
2007-03-22From Shaun JackmanRonnie Sahlberg1-2/+4
2007-02-08From: Kriang LerdsuwanakijLuis Ontanon1-0/+2
2007-01-30From Paolo Abeni: update to support the new DLT_USB_LINUX format header.Guy Harris1-7/+60
2007-01-19Put in some information about RSSI.Guy Harris1-2/+18
2007-01-18PutGuy Harris1-0/+7
2007-01-01From Mark C. Brown:Jaap Keuter1-6/+7
2006-11-27Add Wiretap encapsulation type for IEEE 802.16 MAC Common Part Sublayer,Guy Harris1-1/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-6/+6
2006-10-10From Paolo AbeniRonnie Sahlberg1-1/+2
2006-09-05For DCT2000, show better transport info:Martin Mathieson1-0/+1
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult DCT200...Martin Mathieson1-0/+1
2006-08-17From Hannes Gredler:Anders Broman1-1/+2
2006-06-23add file extension information (filter "*.pcap;*.cap" and default extension "...Ulf Lamping1-41/+44
2006-05-08Basic Encoding Rules (BER) encoded file reading. Not really a packet trace fo...Graeme Lunt1-3/+4
2006-04-17From Martin Mathieson:Anders Broman1-8/+8