aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-23Fix syntax error showing up when using debug ouput.Michael Tüxen1-1/+1
2012-12-22Add support for writing the packet block flags for pcapng.Michael Tüxen1-24/+38
2012-12-22Whitespace changes.Michael Tüxen1-9/+9
2012-12-21Microsoft CRT's _write expects an unsigned int.Gerald Combs1-1/+1
2012-12-21Squelch a warning - the code shouldn't ever let "have" get so large thatGuy Harris1-1/+1
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris9-42/+56
2012-12-21Squelch 64-bit-to-32-bit implicit conversion warning; the warningGuy Harris1-2/+3
2012-12-05Fix another instance of a variable/parameter name "shadowing" a library funct...Bill Meier2-6/+6
2012-12-05Add a bunch of #defines for converting between tm_year/tm_mon/tm_mday toGuy Harris1-7/+22
2012-11-28Add native SCTP encapsulation.Michael Tüxen3-0/+6
2012-10-22Have separate seek-read routines for V1.0 and V2.0.Guy Harris1-161/+211
2012-10-22Pull the length-and-caplen setting operations in the read routines intoGuy Harris1-33/+47
2012-10-22Pass a pointer to a struct wtap_pkthdr to a bunch of macros; this allowsGuy Harris1-143/+117
2012-10-21More white-space cleanups.Guy Harris1-23/+23
2012-10-21Use phdr->pseudo_header in the seek-read routine, rather than puttingGuy Harris1-4/+3
2012-10-21Tabs -> spaces, and other whitespace cleanups.Guy Harris1-952/+952
2012-10-19Pass parse_vms_hex_dump() a pointer to a wtap_pkthdr structure and haveGuy Harris1-37/+30
2012-10-19Mark unused variable with _U_Jakub Zawadzki1-4/+1
2012-10-19Hoist the code to set the wtap_pkthdr into a routine, and call it inGuy Harris1-8/+15
2012-10-18Wrap lines a little differently.Guy Harris1-2/+3
2012-10-18Get rid of unnecessary block braces, clean up white space.Guy Harris1-18/+12
2012-10-18Move some arguments up a line.Guy Harris1-5/+4