aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* To fill in a ws_statb64, you must use ws_fstat64.Guy Harris2011-04-101-1/+1
* Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris2011-04-101-2/+2
* Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris2011-04-101-1/+1
* Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris2011-04-101-1/+1
* Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris2011-04-102-17/+5
* Point to RFC 1952 as a description of the gzip file format.Guy Harris2011-04-101-0/+10
* Move the definition of the structure pointed to by a FILE_T intoGuy Harris2011-04-102-32/+32
* Just make the fh member of a wtap_dumper_t a void * for now, and, in allGuy Harris2011-04-082-12/+14
* Make wtap plugins build on windows again.Anders Broman2011-04-081-0/+1
* Change ng_file_read() to take only one size argument - and make it anGuy Harris2011-04-081-27/+27
* To squelch some compiler warnings, temporarily cast the argument toGuy Harris2011-04-081-2/+12
* From Jakub Zawadzki:Guy Harris2011-04-085-229/+675
* Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs2011-04-077-12/+12
* From Jakub Zawadzki:Guy Harris2011-04-072-5/+8
* From Jakub Zawadzki:Guy Harris2011-04-063-29/+10
* From Jakub Zawadzki: fix the type of an argument.Guy Harris2011-04-061-1/+1
* From Jakub Zawadzki:Guy Harris2011-04-0632-199/+197
* Check return value of file_seek(). Fixes CID 338.Chris Maynard2011-03-311-1/+2
* Use BSWAP16 instead of BSWAP32 for 16-bit values. Fixes CID's 1179 and 1180.Chris Maynard2011-03-311-2/+2
* Don't put a 196808 byte variable on the stack: instead, malloc/free it.Jeff Morriss2011-03-291-59/+83
* Don't put a 65536 byte variable on the stack: instead, malloc/free it.Jeff Morriss2011-03-291-44/+78
* More updates to the wtap_open_offline() comment.Guy Harris2011-03-281-2/+4
* Update a comment.Anders Broman2011-03-281-4/+6
* Added a missing break.Stig Bjørlykke2011-03-271-1/+1
* Fix Coverity CIDs 810 & 811: uninitialized variables.Gerald Combs2011-03-252-0/+4
* Make it build on Windows 7Anders Broman2011-03-251-1/+1
* Add a missing include.Gerald Combs2011-03-241-2/+6
* Add initial pcapng name resolution record support. Wireshark has readGerald Combs2011-03-246-79/+386
* Use the same style in netscreen_seek_read() that we use inGuy Harris2011-03-221-1/+5
* Fix for bug 5762, wireshark asserts on reading juniper snoop output when no h...Sake Blok2011-03-211-1/+1
* Avoid having large buffers on the stack (as noted in VS Code Analyzer warnings).Martin Mathieson2011-03-161-3/+3
* From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier2011-03-073-1/+7
* From Robert Bullen: ... code is not incrementing wtap_dumper.bytes_dumped.Bill Meier2011-02-251-0/+6
* From Robert Bullen: Fix "Potential access violation when writing to LANalyzer...Bill Meier2011-02-251-1/+13
* Revert SVN #36059; patch from Bug #5698 to be used insteadBill Meier2011-02-251-2/+1
* Fix Bug #5698: "Potential access violation when writing to LANalyzer files"Bill Meier2011-02-251-1/+2
* Return an error value for the new error return; it "can't happen" (butGuy Harris2011-02-161-1/+7
* Check the index before storing into the array.Guy Harris2011-02-161-1/+1
* Fix checkapi.Gerald Combs2011-02-161-64/+64
* Fix errors found by the Visual C++ analyzer.Gerald Combs2011-02-169-10/+13
* Fix a buffer overflow found by the Visual C++ analyzer.Gerald Combs2011-02-161-0/+7
* The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris2011-02-122-4/+4
* Add some information based on a Tektronix manual whose name popped up inGuy Harris2011-02-101-2/+57
* Check for a large packet_len. Fixes a bug reported by HuzaifaGerald Combs2011-02-071-0/+12
* Set the error code and additional information string in more cases.Guy Harris2011-02-041-27/+70
* Set *err before *err_info - that's how it's done in most other modules.Guy Harris2011-02-041-4/+4
* Set *err before *err_info - that's how it's done in most other modules.Guy Harris2011-02-041-1/+1
* Set *err before *err_info - that's how it's done in most other modules.Guy Harris2011-02-041-1/+1
* Fix indentation.Guy Harris2011-02-041-1/+1
* Put more data into the "additional error information" messages.Guy Harris2011-02-041-11/+8