aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
Commit message (Expand)AuthorAgeFilesLines
* Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris2010-06-061-80/+15
* From Chris Maynard:Guy Harris2010-04-211-2/+5
* Treat the first block we read, when opening, specially:Guy Harris2010-04-051-20/+60
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-22/+45
* Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris2010-02-231-3/+12
* Stop loading a pcapng file with multiple section header blocks.Michael Tüxen2009-06-281-11/+19
* Accept file snaplen larger than WTAP_MAX_PACKET_SIZE,Michael Tüxen2009-06-271-6/+6
* Another cleanup. We are now back to Ulf's originalMichael Tüxen2009-06-271-28/+42
* Cleanup. Should be included in Wireshark 1.2.1 and higher to keepMichael Tüxen2009-06-271-5/+7
* Add support for writing pcapng files with multipleMichael Tüxen2009-06-271-29/+83
* This patchMichael Tüxen2009-06-271-15/+38
* If all interfaces use the same encapsulation, useMichael Tüxen2009-06-271-7/+18
* This commitMichael Tüxen2009-06-271-44/+108
* Disable debug output.Michael Tüxen2009-06-261-1/+1
* * Allocate enough memory for reading a packet.Michael Tüxen2009-06-261-22/+48
* Fix for bug 3539: Address as signess issue for fcs_len.Michael Tüxen2009-06-181-2/+2
* Clean up a comment.Michael Tüxen2009-06-171-2/+3
* Whitespace cleanups.Michael Tüxen2009-06-161-4/+4
* Fix bug reported by Stig: per packet encapsulation forMichael Tüxen2009-06-151-2/+2
* When writing pcapng files use correct interface indexMichael Tüxen2009-06-111-1/+1
* From Aaron Turner: Use wtap_wtap_encap_to_pcap_encap() instead ofMichael Tüxen2009-05-221-3/+3
* One more debug output.Michael Tüxen2009-05-051-0/+1
* Use a dynamic glib array instead of a static C array forMichael Tüxen2009-05-031-24/+23
* Add support for multiple IDBs. They can used different encapsulations.Michael Tüxen2009-05-031-35/+43
* Improve handling of if_tsresol option.Michael Tüxen2009-05-031-11/+23
* Use WTAP_FILE_TSPREC_NSEC as tsprecision. This makes it independent from theMichael Tüxen2009-05-031-24/+11
* Remove code that should have been removed by my last commit.Michael Tüxen2009-05-031-18/+4
* Use WTAP_ENCAP_PER_PACKET. This is an intermediate step towards supportingMichael Tüxen2009-05-031-31/+49
* Fix the handling of non PB/EPB blocks after the initial SDB/IDB.Michael Tüxen2009-05-021-2/+8
* Use named constant.Michael Tüxen2009-04-271-1/+1
* Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_Guy Harris2009-04-271-65/+9
* Clean up some comments I forgot to remove.Michael Tüxen2009-04-261-4/+2
* Don't do pointer casting - some version of GCC complain about that.Guy Harris2009-04-261-27/+43
* There's no guarantee that "ll" is the right modifier to use forGuy Harris2009-04-251-2/+2
* - add support for interface statistic blockMichael Tüxen2009-04-251-21/+165
* Clean up some 64-bit issues.Guy Harris2009-04-221-12/+12
* Patch from bug #2986: "Fixes and enhancements in pcapng reader"Stephen Fisher2008-10-261-5/+65
* Don't cast a char[] into a guint32/64: the array may not be aligned correctly...Jeff Morriss2008-07-091-2/+8
* Reindent some to get things a bit more consistent/readable.Jeff Morriss2008-07-091-367/+372
* Really fix pcapng timestamp reading and writing this time.Stephen Fisher2008-02-201-14/+5
* Cast secs and nsecs correct.Stig Bjørlykke2008-02-161-19/+19
* Change if_tsaccur to if_tsresol and change timestamp reading/writingStephen Fisher2008-02-161-19/+50
* Removed some "statement not reached" warnings.Stig Bjørlykke2008-02-071-4/+0
* g_warning -> pcapng_debug and "switch it off" as default, so normal users won...Ulf Lamping2008-01-261-65/+77
* Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap lenStephen Fisher2008-01-221-1/+1
* as we have BSWAP64() now, at least read 64bit section_length (but currently u...Ulf Lamping2008-01-211-3/+6
* Introduce BSWAP64() and use it in the pcapng codeStephen Fisher2008-01-201-4/+3
* Make it compile on Win32 ;-)Ulf Lamping2008-01-191-4/+4
* Make it compile on OSX.Stig Bjørlykke2008-01-191-4/+4
* various enhancements:Ulf Lamping2008-01-191-156/+436