aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2013-03-25Wiretap file open routines should not free wth->priv on error, since thatEvan Huus7-33/+8
2013-03-23From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...Evan Huus2-1/+3
2013-03-19From beroset:Anders Broman5-6/+6
2013-03-181.9.1 → 1.9.2.Gerald Combs1-1/+1
2013-03-17From beroset:Anders Broman10-54/+88
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-05Use consistent indentation (4 spaces);Bill Meier1-534/+657
2013-03-03From beroset:Anders Broman1-4/+4
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin1-2/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey53-144/+11
2013-02-28Revert "Fix MSVC build errors related to symbol visibility"Balint Reczey4-65/+0
2013-02-28Add -DWS_BUILD_DLL to wiretap Windows buildsBalint Reczey1-1/+1
2013-02-28Fix MSVC build errors related to symbol visibilityBalint Reczey4-0/+65
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey58-99/+240
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2-18/+18
2013-02-26its ==> it'sBill Meier1-1/+1
2013-02-25ABI dumps don't have to depend on config.h directlyBalint Reczey1-1/+1
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey2-2/+23
2013-02-24Generate abi-descriptor.xml-s in CMake buildsBalint Reczey1-0/+7
2013-02-23Set library versions in CMake buildsBalint Reczey1-0/+1
2013-02-15Add support for reading/writing 'sprint' lines from test scripts.Martin Mathieson1-13/+30
2013-02-10Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris1-0/+5
2013-01-30Clean up white space.Guy Harris1-4/+4
2013-01-30Wiretap: Add support for files contain GIF, PNG images Michael Mann1-2/+8
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
2013-01-24Add support for HFI and infiniband interfaces in AIX iptrace files.Gilbert Ramirez2-1/+36
2013-01-14Fix Coverity CID 762007: Logically dead code.Chris Maynard1-7/+1
2013-01-07Use const char in wtap_register_encap_type() just as in proto_register_protoc...Anders Broman2-2/+2
2013-01-06When writing an ERF record, the case where the encapsulation type isGuy Harris1-71/+68
2013-01-06Make some Boolean flags gbooleans, rename one of them to more clearlyGuy Harris1-51/+57
2013-01-06Clean up comment alignment.Guy Harris1-4/+4
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin2-5/+9
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann4-21/+21
2013-01-02Update TODO list - the first two items are done, and with stuff added toGuy Harris1-65/+75
2012-12-29Give some more details, as per the Web page cited as a reference.Guy Harris1-4/+27
2012-12-29Oops, one instance of "airopeekv9" that wasn't supposed to have beenGuy Harris1-1/+1
2012-12-28Use the "if (file_gets(...) == NULL) { fail }" style, as used elsewhere.Guy Harris1-13/+12
2012-12-28Always check the return value of read_new_line().Guy Harris1-20/+28
2012-12-27Errors take precedence over EOF; use file_error() after operations thatGuy Harris8-229/+166
2012-12-27OK, fine, how about 4 characters initializing a 4-character array?Guy Harris1-2/+2
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris43-324/+332
2012-12-26If the attempt to read the record header fails because we hit the EOF,Guy Harris1-1/+6
2012-12-26On I/O errors when opening a file, use wtap_close() to clean up, to makeGuy Harris1-8/+2
2012-12-26OK, does *this* convince the compiler that the loop isn't ever going toGuy Harris1-5/+1
2012-12-26Widen an argument to match its (theoretical) widest possible width. SeeGuy Harris1-5/+6
2012-12-26Squelch a (Y2.038K) warning.Guy Harris1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1