aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-02-25From Robert Bullen: ... code is not incrementing wtap_dumper.bytes_dumped.wmeier1-0/+6
2011-02-25From Robert Bullen: Fix "Potential access violation when writing to LANalyzer...wmeier1-1/+13
2011-02-25Revert SVN #36059; patch from Bug #5698 to be used insteadwmeier1-2/+1
2011-02-25Fix Bug #5698: "Potential access violation when writing to LANalyzer files"wmeier1-1/+2
2011-02-16Return an error value for the new error return; it "can't happen" (butguy1-1/+7
2011-02-16Check the index before storing into the array.guy1-1/+1
2011-02-16Fix checkapi.gerald1-64/+64
2011-02-16Fix errors found by the Visual C++ analyzer.gerald9-10/+13
2011-02-16Fix a buffer overflow found by the Visual C++ analyzer.gerald1-0/+7
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noguy2-4/+4
2011-02-10Add some information based on a Tektronix manual whose name popped up inguy1-2/+57
2011-02-07Check for a large packet_len. Fixes a bug reported by Huzaifagerald1-0/+12
2011-02-04Set the error code and additional information string in more cases.guy1-27/+70
2011-02-04Set *err before *err_info - that's how it's done in most other modules.guy1-4/+4
2011-02-04Set *err before *err_info - that's how it's done in most other modules.guy1-1/+1
2011-02-04Set *err before *err_info - that's how it's done in most other modules.guy1-1/+1
2011-02-04Fix indentation.guy1-1/+1
2011-02-04Put more data into the "additional error information" messages.guy1-11/+8
2011-02-04(As in the Windows builds) don't have checkapi check the 'abort' group in wir...morriss1-1/+3
2011-02-04Use g_strdup() instead of strdup()morriss1-37/+37
2011-02-03From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Don'tgerald1-0/+2
2011-02-02From njohnkev:jake3-1/+8
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-5/+6
2011-01-31Return a string (even though abort is called first) to pacify gcc.martinm1-0/+1
2011-01-30Fix various instances of "unreachable code".wmeier2-2/+2
2011-01-20Fix the dead initialization warnings found by clang's static analysissfisher1-1/+1
2011-01-05Support FP_R8 over ATM, plus a couple of other tidying-ups.martinm1-8/+7
2011-01-03We must always return an error code on an error; otherwise, our callerguy1-3/+16
2010-12-28It is not guaranteed that the records in numerical (frame table) orderguy1-7/+5
2010-12-20Fix bug #5509: CommView file format now uses reserved bytes and adds a sfisher1-14/+16
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.jake3-2/+14
2010-12-07Fill out libwiretap's DEPENDENCIES line with the rest of the dependencies (fr...morriss1-2/+1
2010-12-07Make libtool export only symbols listed in *.def filesrbalint1-1/+4
2010-11-29Fix typos.cmaynard1-2/+2
2010-11-24Add support for USB isochronous. From Marton Nemeth via bug #5370.cmaynard1-11/+73
2010-11-13Try to fix the build for text_import_scanner.etxrab1-0/+1
2010-11-05From Robert Bullen:etxrab1-39/+60
2010-11-04From Alexis La Goutte:jake2-9/+2
2010-10-28From Stephen Donnelly:etxrab1-7/+11
2010-10-21Fix a cut-n-pasteo in a comment.morriss1-1/+1
2010-10-20From Jeff Morriss: Fix crash: WTAP_ERR_BAD_RECORD error return needs to fill ...wmeier2-8/+15
2010-10-20Fix bug which caused ascend_open() to return "I/O error" (instead of "not me").wmeier1-0/+1
2010-10-20Fix a typo in a commentwmeier1-1/+1
2010-10-20From Hadriel Kaplan: Update wiretap/README.developerwmeier1-1/+7
2010-10-20From Hadriel Kaplan: IPFIX file format support.wmeier8-9/+378
2010-10-02Make it a bit clearer what's going on - ASCII '0' has the decimal valueguy1-1/+1
2010-09-25- FindGLIB2.cmake updates fromjmayer1-0/+1
2010-09-23H.sivank:jmayer1-1/+1
2010-09-23H. Sivank <hsivank@gmail.com>jmayer1-1/+1
2010-09-22Very old versions of libz (such as the one that comes with Solaris 10) don't ...morriss1-0/+2