summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-07-11Fix the x64 builds after the commit:b3b1f7c3aa2233a147294bad833b748d38fba84dGraham Bloice1-3/+3
2014-07-11Add strlen casts.Gerald Combs1-2/+2
2014-07-11logcat: improve (crash) robustness, improve namesPeter Wu1-102/+167
2014-07-11Avoid sign-extending bytes before handing them to <ctype.h> macros.Guy Harris2-2/+2
2014-07-10Revert "More needed to get rid of "lib" in "libwsutil" on Windows."Guy Harris1-1/+1
2014-07-09More needed to get rid of "lib" in "libwsutil" on Windows.Guy Harris1-1/+1
2014-07-06Fix more errors revealed by enum-to-integer conversion warnings.Guy Harris1-5/+5
2014-07-06Squelch a warning.Guy Harris1-1/+1
2014-07-06Pull the record processing into netmon_process_record().Guy Harris1-135/+126
2014-07-05Fix an error caught by enum-conversion warnings.Guy Harris1-1/+1
2014-07-05Fix whitespace issues.Guy Harris1-5/+5
2014-07-05Handle the UTC timestamps in NetMon 2.3 files.Guy Harris1-122/+148
2014-07-03catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu1-2/+2
2014-06-30Logcat: Remove commented codeMichal Labedzki1-8/+3
2014-06-25Update a comment.Guy Harris1-13/+16
2014-06-25Boost the maximum snapshot length to 262144, for USBPcap.Guy Harris1-2/+2
2014-06-25Boost the maximum packet size to 131072.Guy Harris1-2/+2
2014-06-25Remove wiretap/AUTHORS (after ensuring all names are present in the top-level...Jeff Morriss1-34/+0
2014-06-25Update my email address in a couple more spots.Jeff Morriss1-1/+1
2014-06-22Replace C++-style comments with "#if 0"/"#endif".Guy Harris1-2/+6
2014-06-22Logcat: Fix dump formatsMichal Labedzki1-11/+13
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-19Long and short names are invertedPascal Quantin1-1/+1
2014-06-16Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'AndersBroman4-6/+6
2014-06-09HPM.2 IPMI Trace Data encapsulation formatU-beauty\bdn1-1/+4
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn2-0/+4
2014-06-04The subtype_seek_read() functions populate *phdr, not wth->phdr.Michael Tüxen1-3/+3
2014-06-04Guarantee that open routines are initializedMichal Labedzki1-0/+2
2014-05-30Honor configured CMAKE_INSTALL_LIBDIR when installing librariesBalint Reczey1-3/+3
2014-05-24Distinguish between "events" and "reports".Guy Harris2-8/+37
2014-05-24Fix a compiler warning.Guy Harris1-1/+1
2014-05-24Add support for plugins to handle pcap-ng block types.Guy Harris5-14/+153
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris49-5/+218
2014-05-231.11.4 → 1.99.0.Gerald Combs1-1/+1
2014-05-23file_seek() sets the error variable; no need to set it ourselves.Guy Harris1-1/+1
2014-05-23Fix comment.Guy Harris1-1/+1
2014-05-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Fix a comment.Guy Harris1-1/+1
2014-05-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Get rid of trailing blank lines.Guy Harris1-2/+0
2014-05-23Fix the type of i4b_read_rec() to reflect what it actually returns.Guy Harris1-1/+1
2014-05-23Remove trailing blank lines.Guy Harris1-1/+0
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris51-660/+601
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris51-601/+660
2014-05-17wiretap: fix regression, missing initializationPeter Wu1-0/+1
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu6-175/+64
2014-05-14pcapng->interface_data is an array of interface_data_t.Guy Harris1-1/+1
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris106-3194/+2717
2014-05-09Revert "Try to fix the build boot by changing the signature of catapult_dct20...Guy Harris1-2/+1