summaryrefslogtreecommitdiff
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-20Really fix pcapng timestamp reading and writing this time.Stephen Fisher1-14/+5
2008-02-16Cast secs and nsecs correct.Stig Bjørlykke1-19/+19
2008-02-16Change if_tsaccur to if_tsresol and change timestamp reading/writingStephen Fisher1-19/+50
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-4/+0
2008-01-26g_warning -> pcapng_debug and "switch it off" as default, so normal users won...Ulf Lamping1-65/+77
2008-01-22Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap lenStephen Fisher1-1/+1
2008-01-21as we have BSWAP64() now, at least read 64bit section_length (but currently u...Ulf Lamping1-3/+6
2008-01-20Introduce BSWAP64() and use it in the pcapng codeStephen Fisher1-4/+3
2008-01-19Make it compile on Win32 ;-)Ulf Lamping1-4/+4
2008-01-19Make it compile on OSX.Stig Bjørlykke1-4/+4
2008-01-19various enhancements:Ulf Lamping1-156/+436
2008-01-18decode IDB options (if_tsaccur and if_fcslen)Ulf Lamping1-24/+133
2008-01-18Add link to pcap-ng format specification and use #defines for hex values ofStephen Fisher1-18/+27
2008-01-14Fix seek reading by adding the size of the block length at the end of theStephen Fisher1-1/+1
2008-01-13some minor updatesUlf Lamping1-4/+3
2008-01-13Add svn:eol-style native and svn:keywords IdStephen Fisher1-987/+987
2008-01-13Make pcapng.c compile on Unix (with gcc)Stephen Fisher1-6/+8
2008-01-13add very experimental support for pcapng "PCAP Next Generation Dump File Form...Ulf Lamping1-0/+985