summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-21Link version code statically againJoão Valverde3-3/+11
2016-04-19wtap: fix leak in optionblock management.Dario Lombardo1-2/+5
2016-04-19Call the buffer for the magic number "magic".Guy Harris1-3/+3
2016-04-19Distinguish between read errors and short reads when opening.Guy Harris1-2/+5
2016-04-19Open routines are called with the seek pointer at the beginning.Guy Harris1-4/+0
2016-04-19Detect and handle EOFs in the middle of a packet.Guy Harris1-2/+15
2016-04-19Use memcmp() to check the magic number.Guy Harris1-2/+2
2016-04-18wiretap: add support for the mplog capture file formatMartin Kaiser6-0/+300
2016-04-17Fix "2nd byte of optional tags bitmap" flag values.Guy Harris1-2/+2
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-2/+2
2016-04-05Set the extra type the right way.Guy Harris3-2/+6