aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Don't do pcap heuristics on a pipe.Guy Harris3-44/+82
2018-01-18Remove an unnecessary test.Guy Harris1-49/+44
2018-01-18Don't insist on reading a full buffer from the input file.Guy Harris1-155/+266
2018-01-16Wiretap: Add a missing comma.Gerald Combs1-1/+1
2018-01-15Test explicitly against 0 for integers and NULL for pointers, but not booleans.Guy Harris1-20/+20
2018-01-14Add a URL for RFC 1952.Guy Harris1-1/+5
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris3-3/+13
2018-01-11Use an enum for plugin types.Gerald Combs1-14/+2
2018-01-10IxVeriWave: Adjust signature timestamp checking.Gerald Combs1-10/+13
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2-6/+12
2018-01-09Use pcapng as the name of the file format.Guy Harris12-57/+57
2018-01-05erf: remove redundant check (CID: 1159076).Dario Lombardo1-16/+21
2017-12-29Do the right check for "no name resolution information to save".Guy Harris3-1/+11
2017-12-28No need for read_new_line to return a packet offset.Guy Harris1-16/+9
2017-12-27Add lzip to the "other compressed formats" comment.Guy Harris1-0/+2
2017-12-26Fix some comments.Guy Harris1-3/+5
2017-12-26wiretap: remove unneeded check (CID: 1396988).Dario Lombardo1-1/+1
2017-12-21Add IEEE 802.3br Frame Preemption Protocol dissectorAnton Glukhov2-0/+4
2017-12-14Refactor plugin registration and loadingJoão Valverde2-60/+29
2017-12-01dumpcap: enable capture of pcapng from pipeJames Ko1-0/+6
2017-11-19Fix (and chop) static build optionJoão Valverde1-12/+10
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-7/+0
2017-11-15Handle LINKTYPE_JUNIPER_ST 200.Anders2-0/+3
2017-10-29"Hardcode" the port types used by Export PDU functionalityMichael Mann1-31/+34
2017-10-29wtap.h: Replace literal buffer size with WS_INET_ADDRSTRLENJoão Valverde1-2/+3
2017-10-27YACC is set to the missing script if not foundJoão Valverde1-4/+0
2017-10-27autotools: Fix LN_S usageJoão Valverde1-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris3-8/+8
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-1/+1
2017-10-18autotools: Remove abi-compliance-checker codeJoão Valverde1-24/+0
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-2/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum6-19/+9
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde3-6/+6
2017-09-26Move some DIAG_OFFs to make code less uglyJoão Valverde1-3/+8
2017-09-26plugins: Use g_slist_prepend() instead.João Valverde1-1/+1
2017-09-25Docbook: Automatically generate the tools help output.Gerald Combs1-1/+1
2017-09-24autotools: Use package flags to configure libpcapJoão Valverde1-1/+2
2017-09-24Install libwiretap and libwscodecs headersJoão Valverde2-6/+27
2017-09-24Don't look at the comment or process table with pre-2.2 files.Guy Harris1-6/+17
2017-09-19IXIA lcap supportJoerg Mayer2-0/+20
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde2-0/+6
2017-09-16Inquire what frame_size < msdu_length means.Guy Harris1-1/+6
2017-09-14Move a test.Guy Harris1-22/+25
2017-09-14Replace a magic constant with an expression that represents what it is.Guy Harris1-1/+1
2017-09-14Fix comments.Guy Harris1-8/+14
2017-09-14Remove the 4 octets of junk even if that leaves no octets.Guy Harris1-3/+3
2017-09-12A number of 0 for actual_octets may just be an end of record instead of an er...Joerg Mayer1-33/+42
2017-09-07More [-Wmaybe-uninitialized] fixes with -OgJoão Valverde1-0/+3
2017-09-06NetMon: Add support for WiFi MessageMichael Mann1-0/+2