aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2016-06-22Windows: rename wiretap-${PROJECT_VERSION}.dll to libwiretap.dllPascal Quantin1-3/+1
2016-06-21pcap: ERF per-Host ID/Source ID interface supportAnthony Coddington1-7/+31
2016-06-21Add support for Opencontrail virtual networkRudra Rugge3-1/+7
2016-06-16randpktdump: fix a crash.Dario Lombardo1-1/+1
2016-06-16ip-over-ib description entry was missingRudra Rugge1-1/+3
2016-06-16Export wtap_optionblock_copy_options() symbolPascal Quantin1-1/+1
2016-06-15Remove Nmake build systemPascal Quantin2-83/+0
2016-06-15Don't map the interface ID for records that don't pertain to an interface.Guy Harris1-5/+11
2016-06-15wtap: Make default_filter staticStig Bjørlykke1-2/+1
2016-06-15More Sysdig / system event support.Gerald Combs3-3/+129
2016-06-10More comment clarification.Guy Harris1-2/+4
2016-06-10Make the IPv4 NRB code's comments match the IPv6 NRB code's comments.Guy Harris1-1/+8
2016-06-08Support reading in and storing multiple Section Header and Name Resolution bl...Michael Mann1-14/+8
2016-06-07ERF: Make ERF wiretap forwards compatible.Anthony Coddington2-11/+6
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann9-17/+17
2016-06-06Add a routine to get an array of all instances of a string option.Guy Harris2-0/+41
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris2-87/+96
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann5-35/+47
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann11-82/+112
2016-06-01Allow create_tempfile to support a suffix.Michael Mann2-2/+2
2016-06-01Register a few more file extensions as belonging to Wireshark.Jeff Morriss1-2/+2
2016-05-31Suggest that file types should also be registered in the WiX installer.Jeff Morriss1-2/+2
2016-05-30If routines return a wtap_opttype_return_val, declare them as doing so.Guy Harris2-48/+68
2016-05-30Copy all options when creating SHB block for new file.Michael Mann1-4/+1
2016-05-28Make wtap_optionblock_foreach_option public.Guy Harris1-1/+1
2016-05-26Remove write capabilities from wtap_optionblocks.Michael Mann3-457/+635
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann9-95/+95
2016-05-22ERF: Fix and improve ERF_TYPE_META sanity checksAnthony Coddington1-3/+6
2016-05-21wtap_opttypes: fix no previous prototype for function 'wtap_opttype_write_dat...Alexis La Goutte1-1/+1
2016-05-21Add ability to add custom block types.Michael Mann2-13/+50
2016-05-19autotools: Add automake silent rule for ln -sJoão Valverde1-1/+1
2016-05-17Correctly write out the isb_startime and isb_endtime options.Guy Harris1-2/+17
2016-05-17opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)Adam Goldman2-0/+4
2016-05-15pcap-common: Account for padding in ENCAP_ERF len and caplenAnthony Coddington1-1/+20
2016-05-14mp2t (CID 1355406): fix a potential integer overflowMartin Kaiser1-1/+4
2016-05-12pcap-common: Fix several serious ENCAP_ERF extension header writing issuesAnthony Coddington1-8/+29
2016-05-11automake/nmake: don't run checkAPIs on lex and yacc files.Jeff Morriss2-3/+2
2016-05-04wiretap: fix writing of 1 bytes long options in pcapng filesPascal Quantin1-3/+8
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-2/+17
2016-05-02Another "this is < WTAP_MAX_PACKET_SIZE so no checks are needed" note.Guy Harris1-0/+4
2016-05-02Remove trailing blank.Guy Harris1-1/+1
2016-05-02Add some more checks, clean up length handling.Guy Harris1-6/+49
2016-05-02Don't assume packets will be no larger than ISERIES_MAX_PACKET_LEN.Guy Harris1-8/+6
2016-05-02Make sure the packet length isn't > WTAP_MAX_PACKET_SIZE.Guy Harris1-0/+18
2016-05-01Don't treat the packet length as unsigned.Guy Harris1-3/+7
2016-05-01Don't treat the packet length as unsigned.Guy Harris1-4/+8
2016-05-01Don't treat the packet length as unsigned.Guy Harris1-3/+8
2016-05-01Don't treat the packet length as unsigned.Guy Harris1-4/+9
2016-04-30Return the same error for too-large packets as we do for other files.Guy Harris1-2/+9