aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
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