aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-10In pcapng.c use the units per second value from the interface instead ofGerald Combs1-73/+73
2012-03-09From Jose Pedro Oliveira: Corrects several 'wdh->bytes_dumped += ...' lines. ...Anders Broman1-5/+5
2012-03-05Use correct lenght when writing if_filter_str.Anders Broman1-1/+3
2012-03-05Fix calculation of pading for if_filter_str.Anders Broman1-1/+1
2012-03-04Squelch a can't-really-happen uninitialized reference warning.Guy Harris1-1/+1
2012-03-04Use parenthesesAnders Broman1-1/+1
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman1-11/+58
2012-03-04Make sure all names in NRB records are null-terminated; report an errorGuy Harris1-13/+138
2012-03-03From Jose Pedro Oliveira: Fix typosAnders Broman1-9/+9
2012-03-03Don't look at the interface_id field of the packet header ifGuy Harris1-1/+10
2012-03-02Get rid of no-longer-needed argument to pcapng_write_section_header_block().Guy Harris1-25/+3
2012-03-02Skip an intermediating wtapng_block_t in the code path to writeGuy Harris1-78/+44
2012-03-02Simplify the code path for writing pcap-NG packets, and remove someGuy Harris1-87/+34
2012-03-02Fill in the wtap_pkthdr fields in pcap_read_packet_block() andGuy Harris1-81/+75
2012-03-01Fix CID 1385.Michael Tüxen1-1/+1
2012-03-01Fix CID 354.Michael Tüxen1-6/+6
2012-03-01Read the complete NRB.Anders Broman1-2/+5
2012-03-01Add debuginfoAnders Broman1-1/+3
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+8
2012-02-24Fix a typo and revert previous.Anders Broman1-1/+1
2012-02-24Fix a typo.Anders Broman1-1/+1
2012-02-23No debug output, please.Michael Tüxen1-1/+1
2012-02-23interface id is 32-bit, not 64-bit.Michael Tüxen1-2/+2
2012-02-23Do a check of the block total length in pcapng_read_unknown_block().Guy Harris1-15/+8
2012-02-22Fix typo introduced by previous checkin.Guy Harris1-1/+1
2012-02-22Add sanity checks to make sure the claimed block size is big enough to:Guy Harris1-43/+240
2012-02-22Grr forgot debug flag - again.Anders Broman1-1/+1
2012-02-22- Write ISB(s) at start and end of capture.Anders Broman1-10/+186
2012-02-22Handle the case where there are no IDBs before the first non-SHB/non-IDBGuy Harris1-0/+4
2012-02-21Fix bugs which resulted in the buildbot errors.Michael Tüxen1-4/+4
2012-02-21Disable debug output...Michael Tüxen1-1/+1
2012-02-21When writing an option in an IDB, also write an endofoption option.Michael Tüxen1-60/+72
2012-02-21Improve the error handling.Michael Tüxen1-24/+34
2012-02-21Improve peeking for IDBs.Michael Tüxen1-17/+21
2012-02-21Once we've read a valid SHB, we've concluded the file is a pcap-NG file,Guy Harris1-7/+13
2012-02-21Declare opt_cont_buf_lenAnders Broman1-15/+1
2012-02-21Free the bufferAnders Broman1-4/+27
2012-02-21Change comment to Loop ower all IDB:s that appear before any packets sugested...Anders Broman1-1/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-166/+611
2012-02-16With the WTAP_ERR_UNSUPPORTED error, Wiretap supplies a string givingGuy Harris1-3/+1
2012-02-16Again, turn off the debug logging; it messes up the fuzz-testing bot.Guy Harris1-1/+1
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-15/+212
2012-02-14From Anders: Add support for options in the SHB.Michael Tüxen1-32/+38
2012-02-13Drop count is 64 bitsAnders Broman1-5/+5
2012-02-12Fix debug output.Michael Tüxen1-4/+4
2012-02-11Store drop count if present.Anders Broman1-1/+24
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-8/+83
2012-02-11Revert presumably-unintentional turning on of debug messages.Guy Harris1-1/+1
2012-02-09Add pcapng variables to wtap_pkthdr.Anders Broman1-2/+8
2011-12-15If stuff above the Wiretap library can't handle packet reported lengthsGuy Harris1-12/+0