aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-1/+1
2012-12-23Fix syntax error showing up when using debug ouput.Michael Tüxen1-1/+1
2012-12-22Add support for writing the packet block flags for pcapng.Michael Tüxen1-24/+38
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-3/+3
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-4/+5
2012-10-12Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs1-1/+1
2012-10-12If we see an SHB after we've read the first SHB, report that as anGuy Harris1-79/+113
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-30Avoid a division by zero due to overflow.Michael Tüxen1-2/+2
2012-07-27Some more debug info.Michael Tüxen1-0/+5
2012-07-27Handle the case where no IDB follows the SHB. This fixes part ofMichael Tüxen1-34/+30
2012-07-11Don't ask for information about an interface greater than the maximumGuy Harris1-0/+7
2012-07-10When writing an EPB, calculate the time stamp based on the resolutionGuy Harris1-15/+22
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-08Fix some dead assignments.Gerald Combs1-1/+0
2012-06-02Try to squelch warningsAnders Broman1-5/+5
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-15/+10
2012-04-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7048Michael Tüxen1-10/+40
2012-04-15Whitespace cleanup (done while debugging).Michael Tüxen1-65/+65
2012-03-26Print the correct block size in a debug message.Gerald Combs1-1/+1
2012-03-21Disable debug.Anders Broman1-1/+1
2012-03-20Try to make the buildbot happy.Anders Broman1-10/+10
2012-03-20Write ISB:s if we have them.Anders Broman1-32/+173
2012-03-15Initialize the new num_stat_entries and interface_statistics members ofGuy Harris1-4/+7
2012-03-15If we have one ISB, display the droped count from it.Anders Broman1-3/+6
2012-03-15- Store ISB data.Anders Broman1-4/+38
2012-03-13From Jose Pedro Oliveira:Anders Broman1-1/+0
2012-03-13Add data structure to hold information from ISB:sAnders Broman1-2/+3
2012-03-12From Jose Pedro Oliveira:Anders Broman1-2909/+2909
2012-03-12From Jose Pedro Oliveira: Add ModlinesAnders Broman1-0/+13
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