aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
Commit message (Expand)AuthorAgeFilesLines
* Fix error when enable "debug" in wiretap/pcapng.c fileAlexis La Goutte2013-08-121-1/+1
* Fix some pointer-signedness (well, signedness of what the pointer pointsGuy Harris2013-06-211-4/+4
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-37/+15
* libwireshark's add_new_ipv4() and add_new_ipv6() now silently ignoreGuy Harris2013-06-091-16/+3
* Don't treat zero-length names in the NRB as errors, just silently ignoreGuy Harris2013-06-091-11/+17
* Use g_try_malloc() for some memory allocations, and return an "out ofGuy Harris2013-06-071-5/+21
* Prevent attempts to allocate huge amounts of memory by imposing anGuy Harris2013-06-071-23/+141
* In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-readGuy Harris2013-05-181-17/+10
* From beroset:Anders Broman2013-03-191-1/+1
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-1/+1
* Fix syntax error showing up when using debug ouput.Michael Tüxen2012-12-231-1/+1
* Add support for writing the packet block flags for pcapng.Michael Tüxen2012-12-221-24/+38
* Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris2012-12-211-3/+3
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-4/+5
* Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs2012-10-121-1/+1
* If we see an SHB after we've read the first SHB, report that as anGuy Harris2012-10-121-79/+113
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Avoid a division by zero due to overflow.Michael Tüxen2012-07-301-2/+2
* Some more debug info.Michael Tüxen2012-07-271-0/+5
* Handle the case where no IDB follows the SHB. This fixes part ofMichael Tüxen2012-07-271-34/+30
* Don't ask for information about an interface greater than the maximumGuy Harris2012-07-111-0/+7
* When writing an EPB, calculate the time stamp based on the resolutionGuy Harris2012-07-101-15/+22
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix some dead assignments.Gerald Combs2012-06-081-1/+0
* Try to squelch warningsAnders Broman2012-06-021-5/+5
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-15/+10
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7048Michael Tüxen2012-04-151-10/+40
* Whitespace cleanup (done while debugging).Michael Tüxen2012-04-151-65/+65
* Print the correct block size in a debug message.Gerald Combs2012-03-261-1/+1
* Disable debug.Anders Broman2012-03-211-1/+1
* Try to make the buildbot happy.Anders Broman2012-03-201-10/+10
* Write ISB:s if we have them.Anders Broman2012-03-201-32/+173
* Initialize the new num_stat_entries and interface_statistics members ofGuy Harris2012-03-151-4/+7
* If we have one ISB, display the droped count from it.Anders Broman2012-03-151-3/+6
* - Store ISB data.Anders Broman2012-03-151-4/+38
* From Jose Pedro Oliveira:Anders Broman2012-03-131-1/+0
* Add data structure to hold information from ISB:sAnders Broman2012-03-131-2/+3
* From Jose Pedro Oliveira:Anders Broman2012-03-121-2909/+2909
* From Jose Pedro Oliveira: Add ModlinesAnders Broman2012-03-121-0/+13
* In pcapng.c use the units per second value from the interface instead ofGerald Combs2012-03-101-73/+73
* From Jose Pedro Oliveira: Corrects several 'wdh->bytes_dumped += ...' lines. ...Anders Broman2012-03-091-5/+5
* Use correct lenght when writing if_filter_str.Anders Broman2012-03-051-1/+3
* Fix calculation of pading for if_filter_str.Anders Broman2012-03-051-1/+1
* Squelch a can't-really-happen uninitialized reference warning.Guy Harris2012-03-041-1/+1
* Use parenthesesAnders Broman2012-03-041-1/+1
* if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman2012-03-041-11/+58
* Make sure all names in NRB records are null-terminated; report an errorGuy Harris2012-03-041-13/+138
* From Jose Pedro Oliveira: Fix typosAnders Broman2012-03-031-9/+9
* Don't look at the interface_id field of the packet header ifGuy Harris2012-03-031-1/+10
* Get rid of no-longer-needed argument to pcapng_write_section_header_block().Guy Harris2012-03-021-25/+3