aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2015-11-19use the official DLT for ISO14443Martin Kaiser3-0/+7
2015-11-17Misc minor issues caught by cppcheckEvan Huus3-4/+1
2015-11-16catapult: fix sscanf buffer overflowEvan Huus1-1/+1
2015-11-12Plug file descriptor leak.Guy Harris1-0/+1
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris2-0/+88
2015-11-11Put wtap_dump_open() right before wtap_dump_open_ng().Guy Harris1-7/+7
2015-11-11Make routines used only within wiretap/merge.c static.Guy Harris2-114/+46
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs3-5/+130
2015-11-10Fix typo.Guy Harris1-1/+1
2015-11-10Call wtap_dump_open_check() in wtap_dump_init_dumper().Guy Harris1-15/+5
2015-11-10Add a comment for is_stdout.Guy Harris1-1/+1
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris5-33/+122
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris1-27/+9
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris19-52/+42
2015-11-08DCT2000 wiretap: Try to address CID 1158844 and 1158845Martin Mathieson1-2/+2
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris2-6/+6
2015-11-08More unnecessary <stdio.h> includes.Guy Harris4-4/+0
2015-11-07Renames to avoid collisons with read() and write() routines.Guy Harris1-10/+10
2015-11-07Check for read errors in the open routine.Guy Harris1-4/+15
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris6-31/+0
2015-11-06Don't include io.h in Flex scanners - they're not interactive.Guy Harris2-6/+2
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris2-1/+17
2015-10-26[Nettrace] Port can have 5 characters.AndersBroman1-2/+2
2015-10-26Nettrace 3GPP 32.423: Fix Dead Store (Dead assignement/Dead increment) warnin...Alexis La Goutte1-2/+0
2015-10-23[Nettrace] Add parsing of IP addresses and ports.AndersBroman1-58/+407
2015-10-20[Nettrace] Parse timestamps and add to individual packets.AndersBroman1-12/+92
2015-10-16CMake: Add /WXGerald Combs1-2/+2
2015-10-09catapult_dct2000: code restyleDario Lombardo1-17/+7
2015-10-05Initialize 2.1.Gerald Combs2-2/+2
2015-10-05Allow use of variadic macrosPeter Wu3-221/+203
2015-10-04Expand, correct, and otherwise improve comments.Guy Harris1-4/+61
2015-10-03If we don't have an NDP flag, make it 0.Guy Harris1-1/+1
2015-10-02Fix some issues with Series III.Guy Harris1-32/+84
2015-10-02Fix indentation after previous change.Guy Harris1-4/+4
2015-10-02Rename vwr_read_s2_W_rec - it handles both series II and III records.Guy Harris1-3/+3
2015-09-021.99.9 → 1.99.10.Gerald Combs2-2/+2
2015-08-30stanag4607: add check for wtap max size.Dario Lombardo1-0/+10
2015-08-29pcapng: handle NRB with optionsHadriel Kaplan1-2/+6
2015-08-29pcapng: do not byte-swap NRB IPv4 addressHadriel Kaplan1-2/+2
2015-08-29pcapng: make SPB cap_len the same as packet_len if IDB snaplen is 0Hadriel Kaplan1-2/+3
2015-08-28Block sizes are unsigned 32-bit quantities; don't stuff them into an int.Guy Harris2-2/+2
2015-08-28Clean up scanning to guess the bitrate of an MPEG-2 Transport Stream file.Guy Harris1-18/+57
2015-08-27Support BER files bigger than 256kBStig Bjørlykke1-5/+5
2015-08-25Point to GitHub for the pcapng specification.Guy Harris1-3/+1
2015-08-24Add some symbols to wtap.h so that we can correctly support 802.11ad.Richard Sharpe1-1/+27
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan5-30/+120
2015-08-20pcapng: Fixed copying if_filter_bpf_bytesStig Bjørlykke1-1/+1
2015-08-20Remove unused struct member from wtapHadriel Kaplan1-1/+0
2015-08-19Pcap: wtap does not set interface timestamp precision when reading pcapHadriel Kaplan2-1/+3
2015-08-19Add more debug infor for windows buildbot test suite failureHadriel Kaplan1-0/+27