aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Check return value of file_seek(). Fixes CID 338.Chris Maynard1-1/+2
2011-03-31Use BSWAP16 instead of BSWAP32 for 16-bit values. Fixes CID's 1179 and 1180.Chris Maynard1-2/+2
2011-03-29Don't put a 196808 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-59/+83
2011-03-29Don't put a 65536 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-44/+78
2011-03-28More updates to the wtap_open_offline() comment.Guy Harris1-2/+4
2011-03-28Update a comment.Anders Broman1-4/+6
2011-03-27Added a missing break.Stig Bjørlykke1-1/+1
2011-03-25Fix Coverity CIDs 810 & 811: uninitialized variables.Gerald Combs2-0/+4
2011-03-25Make it build on Windows 7Anders Broman1-1/+1
2011-03-24Add a missing include.Gerald Combs1-2/+6
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs6-79/+386
2011-03-22Use the same style in netscreen_seek_read() that we use inGuy Harris1-1/+5
2011-03-21Fix for bug 5762, wireshark asserts on reading juniper snoop output when no h...Sake Blok1-1/+1
2011-03-16Avoid having large buffers on the stack (as noted in VS Code Analyzer warnings).Martin Mathieson1-3/+3
2011-03-07From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier3-1/+7
2011-02-25From Robert Bullen: ... code is not incrementing wtap_dumper.bytes_dumped.Bill Meier1-0/+6
2011-02-25From Robert Bullen: Fix "Potential access violation when writing to LANalyzer...Bill Meier1-1/+13
2011-02-25Revert SVN #36059; patch from Bug #5698 to be used insteadBill Meier1-2/+1
2011-02-25Fix Bug #5698: "Potential access violation when writing to LANalyzer files"Bill Meier1-1/+2
2011-02-16Return an error value for the new error return; it "can't happen" (butGuy Harris1-1/+7
2011-02-16Check the index before storing into the array.Guy Harris1-1/+1
2011-02-16Fix checkapi.Gerald Combs1-64/+64
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs9-10/+13
2011-02-16Fix a buffer overflow found by the Visual C++ analyzer.Gerald Combs1-0/+7
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris2-4/+4
2011-02-10Add some information based on a Tektronix manual whose name popped up inGuy Harris1-2/+57
2011-02-07Check for a large packet_len. Fixes a bug reported by HuzaifaGerald Combs1-0/+12
2011-02-04Set the error code and additional information string in more cases.Guy Harris1-27/+70
2011-02-04Set *err before *err_info - that's how it's done in most other modules.Guy Harris1-4/+4
2011-02-04Set *err before *err_info - that's how it's done in most other modules.Guy Harris1-1/+1
2011-02-04Set *err before *err_info - that's how it's done in most other modules.Guy Harris1-1/+1
2011-02-04Fix indentation.Guy Harris1-1/+1
2011-02-04Put more data into the "additional error information" messages.Guy Harris1-11/+8
2011-02-04(As in the Windows builds) don't have checkapi check the 'abort' group in wir...Jeff Morriss1-1/+3
2011-02-04Use g_strdup() instead of strdup()Jeff Morriss1-37/+37
2011-02-03From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Don'tGerald Combs1-0/+2
2011-02-02From njohnkev:Jaap Keuter3-1/+8
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-5/+6
2011-01-31Return a string (even though abort is called first) to pacify gcc.Martin Mathieson1-0/+1
2011-01-30Fix various instances of "unreachable code".Bill Meier2-2/+2
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher1-1/+1
2011-01-05Support FP_R8 over ATM, plus a couple of other tidying-ups.Martin Mathieson1-8/+7
2011-01-03We must always return an error code on an error; otherwise, our callerGuy Harris1-3/+16
2010-12-28It is not guaranteed that the records in numerical (frame table) orderGuy Harris1-7/+5
2010-12-20Fix bug #5509: CommView file format now uses reserved bytes and adds a Stephen Fisher1-14/+16
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.Jaap Keuter3-2/+14
2010-12-07Fill out libwiretap's DEPENDENCIES line with the rest of the dependencies (fr...Jeff Morriss1-2/+1
2010-12-07Make libtool export only symbols listed in *.def filesBalint Reczey1-1/+4
2010-11-29Fix typos.Chris Maynard1-2/+2
2010-11-24Add support for USB isochronous. From Marton Nemeth via bug #5370.Chris Maynard1-11/+73