Tighten the dump-glossary test.
[metze/wireshark/wip.git] / wiretap /
2014-06-25 Guy HarrisUpdate a comment.
2014-06-25 Guy HarrisBoost the maximum snapshot length to 262144, for USBPcap.
2014-06-25 Guy HarrisBoost the maximum packet size to 131072.
2014-06-25 Jeff MorrissRemove wiretap/AUTHORS (after ensuring all names are...
2014-06-25 Jeff MorrissUpdate my email address in a couple more spots.
2014-06-22 Guy HarrisReplace C++-style comments with "#if 0"/"#endif".
2014-06-22 Michal LabedzkiLogcat: Fix dump formats
2014-06-20 Joerg MayerAdd .rc files to the sources to have them included...
2014-06-19 Pascal QuantinLong and short names are inverted
2014-06-16 AndersBromanExplicitly declare/cast 'unsigned <variable>' as 'unsig...
2014-06-09 U-beauty\bdnHPM.2 IPMI Trace Data encapsulation format
2014-06-06 U-beauty\bdnIPMI trace dissector (without PCAP-dependent part).
2014-06-04 Michael TüxenThe subtype_seek_read() functions populate *phdr, not...
2014-06-04 Michal LabedzkiGuarantee that open routines are initialized
2014-05-30 Balint ReczeyHonor configured CMAKE_INSTALL_LIBDIR when installing...
2014-05-24 Guy HarrisDistinguish between "events" and "reports".
2014-05-24 Guy HarrisFix a compiler warning.
2014-05-24 Guy HarrisAdd support for plugins to handle pcap-ng block types.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Gerald Combs1.11.4 → 1.99.0.
2014-05-23 Guy Harrisfile_seek() sets the error variable; no need to set...
2014-05-23 Guy HarrisFix comment.
2014-05-23 Guy HarrisGet rid of extra trailing blank lines.
2014-05-23 Guy HarrisFix a comment.
2014-05-23 Guy HarrisGet rid of extra trailing blank lines.
2014-05-23 Guy HarrisGet rid of trailing blank lines.
2014-05-23 Guy HarrisFix the type of i4b_read_rec() to reflect what it actua...
2014-05-23 Guy HarrisRemove trailing blank lines.
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-17 Peter Wuwiretap: fix regression, missing initialization
2014-05-17 Peter Wuwiretap: remove unused code, drop number_of_interfaces
2014-05-14 Guy Harrispcapng->interface_data is an array of interface_data_t.
2014-05-13 AndersBromanisprint() -> g_ascii_isprint()
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Guy HarrisRevert "Try to fix the build boot by changing the signa...
2014-05-09 AndersBromanTry to fix the build boot by changing the signature of
2014-05-09 Michael MannRefactor Wiretap
2014-05-08 Michael MannPopulate heuristic extension list during initialization...
2014-04-28 Evan HuusFix potential invalid-reads in catapult files
2014-04-28 Philip Rosenberg... Add dissector for LINKTYPE_EPON
2014-04-25 Guy Harriswtap_read() and wtap_seek_read() handle caplen > len...
2014-04-25 Guy HarrisThis doesn't have separate captured and actual length...
2014-04-25 Guy HarrisPut the common code for reading Logcat packets into...
2014-04-25 Guy HarrisDon't fail if a pcap-NG PB or EPB has caplen > actual...
2014-04-25 Stig BjørlykkeSupport out-of-source checkapi
2014-04-15 Gerald Combs1.11.3 → 1.11.4.
2014-04-14 Michal LabedzkiFix wtap displayable names
2014-04-01 Guy HarrisAdd a dissector for Apple's PKTAP headers.
2014-04-01 Guy HarrisUpdate encap_table_base.
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-31 Alexis La GoutteContinue to remove $Id$ from top of file
2014-03-29 Guy HarrisHide unused variable.
2014-03-29 Guy HarrisAdd a pcorey48tohll() macro, and use #defines for some...
2014-03-24 Michal LabedzkiUse tabs instead of spaces
2014-03-20 Martin Kaiseruse the WTAP_TYPE_AUTO define to make things clearer
2014-03-20 Anders BromanRevert "Allow pcapng interface options to be available...
2014-03-20 Christopher KilgourAllow pcapng interface options to be available to disse...
2014-03-20 Martin Kaiserthe entries for file types with magic numbers are
2014-03-20 Martin Kaiseruse the correct end index when we loop over the open_in...
2014-03-19 Alexis La GoutteMake checkAPIs happy
2014-03-19 Alexis La GoutteTry to fix Buildbot (Mac OS X and Windows) about conversion
2014-03-19 Hadriel KaplanFix lua file testsuite not working and weak heuristic...
2014-03-19 Michal LabedzkiWiretap: Add support for Android Logcat
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-16 Guy HarrisAdd a #define for the stats block header length, and...
2014-03-16 Michael MannRemove Visual Studio solution and project files (and...
2014-03-16 Guy HarrisAnd another warning fix.
2014-03-16 Guy HarrisSquelch some warnings by narrowing or widening some...
2014-03-16 Guy HarrisGet rid of unused #defines and no-longer-used structures.
2014-03-16 Guy HarrisReorganize the code.
2014-03-16 Guy HarrisSupport to version 3.0 of netscaler packet wire format.
2014-03-15 Guy HarrisClean up the setting of the len and caplen fields.
2014-03-15 Guy HarrisUse constants instead of vwr->STATS_LEN in some cases.
2014-03-15 Guy HarrisFix setting of STATS_LEN - it's what's in the file...
2014-03-15 Guy HarrisClean up naming and get rid of unused and duplicate...
2014-03-15 Guy HarrisBetter document the offset of the MPDU in the packet...
2014-03-15 Guy HarrisAdd a #define for the record header length, and use it.
2014-03-15 Guy HarrisSome records have two statistics blocks; clarify that.
2014-03-15 Guy HarrisMore use of vwr->STATS_LEN to clarify what code is...
2014-03-15 Guy HarrisGet rid of duplicate code.
2014-03-15 Guy HarrisUse vwr->STATS_LEN instead of numbers, and eliminate...
2014-03-14 Guy Harrislen and caplen are derived independently, so set WTAP_H...
2014-03-07 Christopher KilgourIntroduces two new Bluetooth DLTs for RF-based captures.
2014-03-06 Guy HarrisHave NFLOG TLV type and length be in host byte order.
2014-03-05 Hadriel KaplanAdd command-line arg for input file format for tshark...
2014-03-04 Evan HuusOne more fix from g2965913
2014-03-04 Pascal QuantinFix warnings introduced in g2965913
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-02-20 Michal LabedzkiAdd support for Bluetooth Linux Monitor
2014-02-08 Guy HarrisHave macros to handle the range check and byte swapping.
2014-02-06 Guy HarrisMake some routines take a struct wtap_pkthdr * as an...
2014-02-03 Peter Hatinaallow tshark reading from pipes
2014-02-02 Edwin GroothuisFix build on FreeBSD 10.0
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-26 Alexis La GoutteDrop support of Visual Studio 2005
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
next