aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-30Note that we don't have to worry about too-large packets.Guy Harris1-0/+4
2016-04-30Clean up packet length handling.Guy Harris1-7/+25
2016-04-30Have daintree_sna_read_packet() do all the packet reading work.Guy Harris1-60/+32
2016-04-30Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris1-46/+70
2016-04-30Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris1-0/+11
2016-04-30Note some cases where we don't need to check the packet length.Guy Harris11-0/+70
2016-04-30Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris1-0/+11
2016-04-30Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris1-0/+20
2016-04-30Use WTAP_MAX_PACKET_SIZE as the maximum packet length.Guy Harris1-8/+3
2016-04-30Fix packet length handling.Guy Harris2-64/+40
2016-04-29Fix packet length handling.Guy Harris1-46/+29
2016-04-29Fix packet length handling.Guy Harris1-8/+14
2016-04-28Remind wiretap developers where else they need to register their file types.Jeff Morriss1-0/+11
2016-04-27mp2t: add frame limit to mp2t_find_next_pcr, and handle timeout correctlyDominic Chen1-6/+3
2016-04-25Fix nmake build after statically linking version codeMichael Mann1-1/+1
2016-04-25mplog: fix 'err_info' was marked unused but was used [-Werror,-Wused-but-mark...Alexis La Goutte1-1/+1
2016-04-22Add CMake version.h dependencyJoão Valverde1-0/+2
2016-04-22Add mplog to the list of file extensions understood by Wireshark.Jeff Morriss1-0/+1