aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-05[ERF] g_list_free_full () is glib >= 2.28, g_hash_table_add is >= 2.32AndersBroman1-5/+18
2016-04-04Include ws_diag_control.h in config.hJoão Valverde2-4/+2
2016-04-04Rename "libz" to "zlib"João Valverde3-27/+27
2016-04-03Fix #defines.Guy Harris1-3/+3
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris6-408/+563
2016-04-03Include json.h with quotes, not angle brackets.Guy Harris1-1/+1
2016-04-03Use quotes, not angle brackets, for wtap-int.h and file_wrappers.h.Guy Harris1-2/+2
2016-04-03Don't deref before NULL check on pointer (CID-1358044)Jaap Keuter1-2/+5
2016-04-03Don't use <wtap.h> to refer to the main libwiretap header file.Guy Harris34-34/+34