aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-09Try to fix the build boot by changing the signature ofAndersBroman1-1/+2
2014-05-09Refactor WiretapMichael Mann106-2717/+3194
2014-05-08Populate heuristic extension list during initialization and not during each c...Michael Mann2-78/+86
2014-04-28Fix potential invalid-reads in catapult filesEvan Huus1-4/+4
2014-04-28Add dissector for LINKTYPE_EPONPhilip Rosenberg-Watt3-1/+8
2014-04-25wtap_read() and wtap_seek_read() handle caplen > len; don't do it here.Guy Harris1-6/+0
2014-04-25This doesn't have separate captured and actual length, either.Guy Harris1-1/+1
2014-04-25Put the common code for reading Logcat packets into a routine.Guy Harris1-81/+35
2014-04-25Don't fail if a pcap-NG PB or EPB has caplen > actual len.Guy Harris2-7/+19
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+4
2014-04-151.11.3 → 1.11.4.Gerald Combs1-1/+1
2014-04-14Fix wtap displayable namesMichal Labedzki1-12/+12
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris3-0/+8
2014-04-01Update encap_table_base.Guy Harris1-0/+24
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-8/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-6/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-6/+0
2014-03-29Hide unused variable.Guy Harris1-1/+4
2014-03-29Add a pcorey48tohll() macro, and use #defines for some offsets.Guy Harris1-26/+25
2014-03-24Use tabs instead of spacesMichal Labedzki1-6/+5
2014-03-20use the WTAP_TYPE_AUTO define to make things clearerMartin Kaiser1-1/+1
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman3-110/+0
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour3-0/+110
2014-03-20the entries for file types with magic numbers areMartin Kaiser1-1/+1
2014-03-20use the correct end index when we loop over the open_info_arrMartin Kaiser1-8/+8
2014-03-19Make checkAPIs happy Alexis La Goutte1-2/+2
2014-03-19Try to fix Buildbot (Mac OS X and Windows) about conversionAlexis La Goutte1-6/+6
2014-03-19Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan1-2/+1
2014-03-19Wiretap: Add support for Android LogcatMichal Labedzki6-2/+682
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann5-153/+448
2014-03-16Add a #define for the stats block header length, and use it.Guy Harris1-14/+15
2014-03-16Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann2-442/+0
2014-03-16And another warning fix.Guy Harris1-1/+2
2014-03-16Squelch some warnings by narrowing or widening some variables.Guy Harris1-6/+9
2014-03-16Get rid of unused #defines and no-longer-used structures.Guy Harris1-56/+3
2014-03-16Reorganize the code.Guy Harris1-375/+448
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris5-8/+364
2014-03-15Clean up the setting of the len and caplen fields.Guy Harris1-48/+66
2014-03-15Use constants instead of vwr->STATS_LEN in some cases.Guy Harris1-10/+8
2014-03-15Fix setting of STATS_LEN - it's what's in the file, not what we *generate*.Guy Harris1-2/+1
2014-03-15Clean up naming and get rid of unused and duplicate definitions.Guy Harris1-197/+104
2014-03-15Better document the offset of the MPDU in the packet data.Guy Harris1-9/+17
2014-03-15Add a #define for the record header length, and use it.Guy Harris1-6/+21
2014-03-15Some records have two statistics blocks; clarify that.Guy Harris1-4/+4
2014-03-15More use of vwr->STATS_LEN to clarify what code is doing.Guy Harris1-4/+9
2014-03-15Get rid of duplicate code.Guy Harris1-5/+0
2014-03-15Use vwr->STATS_LEN instead of numbers, and eliminate redundant checks.Guy Harris1-8/+2
2014-03-14len and caplen are derived independently, so set WTAP_HAS_CAP_LEN.Guy Harris1-3/+3