summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2015-11-30Fix out-of-bounds read in ascend_seek.master-1.12Michael Mann1-0/+1
2015-11-29Add bounds checking to find_signature.Michael Mann1-2/+2
2015-11-28vwr: fix buffer overrun in getRatePeter Wu1-3/+6
2015-10-141.12.8 → 1.12.9.Gerald Combs1-1/+1
2015-10-14Build 1.12.8.Gerald Combs1-1/+1
2015-08-29pcapng: handle NRB with optionsHadriel Kaplan1-2/+14
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-3/+4
2015-08-28Block sizes are unsigned 32-bit quantities; don't stuff them into an int.Guy Harris2-2/+2
2015-08-20pcapng: Fixed copying if_filter_bpf_bytesStig Bjørlykke1-1/+1
2015-08-121.12.7 → 1.12.8.Gerald Combs1-1/+1
2015-08-12Build 1.12.7.Gerald Combs1-1/+1
2015-08-10editcap: fix -T <encapsulation type> option when output format is pcapngPascal Quantin1-3/+15
2015-06-25editcap: keep timestamp resolution when converting a nseclibpcap file to pcapngPascal Quantin1-3/+9
2015-06-171.12.6 → 1.12.7.Gerald Combs1-1/+1
2015-05-121.12.5 → 1.12.6.Gerald Combs1-1/+1
2015-05-12Don't assume file_read() won't itself return WTAP_ERR_SHORT_READ.Guy Harris1-4/+9
2015-05-12Backport some parts of Ia5dba2a6f81151e87b614461349d611cffc16210.Guy Harris1-38/+74
2015-05-12Backport some parts of I5573c6bdca856a304877d9bef643f8c0fa93cdaf.Guy Harris1-12/+19
2015-05-12Reduce compilator warningsMichal Labedzki1-3/+3
2015-05-12Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2015-05-12Fix the x64 builds after the commit:b3b1f7c3aa2233a147294bad833b748d38fba84dGraham Bloice1-3/+3
2015-05-12Add strlen casts.Gerald Combs1-2/+2
2015-05-12logcat: improve (crash) robustness, improve namesPeter Wu1-103/+167
2015-05-12Logcat: Fix dump formatsMichal Labedzki1-11/+13
2015-04-21Make various structure members the right size for time-in-seconds.Guy Harris1-5/+5
2015-04-21Visual Networks captures have only millisecond resolution.Guy Harris1-1/+1
2015-04-21Simplify the calculation of the time stamp.Guy Harris1-12/+7
2015-04-21Use 64-bit fixed point to calculate time stamps.Guy Harris1-4/+4
2015-04-21Calculate *Peek tagged timestamps in fixed-point.Guy Harris1-17/+7
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris1-42/+5
2015-03-041.12.4 → 1.12.5Gerald Combs1-1/+1
2015-03-04Build 1.12.4.Gerald Combs1-1/+1
2015-03-01Call TIMEDEFVn macros in all PACKET_DESCRIBE() macros.Guy Harris1-46/+70
2015-02-25Make the V10 path a bit more like the other paths.Guy Harris1-13/+17
2015-02-25Make the _offset values static constants.Guy Harris1-4/+4
2015-02-25Have a PACKET_DESCRIBE() for V30's seek-read routine.Guy Harris1-4/+13
2015-02-25Make the V10 PACKET_DESCRIBE() macro a little more like the others.Guy Harris1-20/+18
2015-02-25Rename the "type" argument to V10's PACKET_DESCRIBE() to "ver".Guy Harris1-10/+10
2015-02-25Call the version-number argument to GENERATE_CASE_xxx() "ver".Guy Harris1-73/+73
2015-02-25Use FULL/PART as an argument to all PACKET_DESCRIBE() macros.Guy Harris1-30/+30
2015-02-25Get rid of an unused argument to PACKET_DESCRIBE().Guy Harris1-12/+12
2015-02-25Give all PACKET_DESCRIBE() macros a HEADERVER argument.Guy Harris1-3/+3
2015-02-25White space cleanups.Guy Harris1-2/+4
2015-02-25Call header version arguments HEADERVER.Guy Harris1-34/+34
2015-02-24More indentation cleanups.Guy Harris1-36/+36
2015-02-24Clean up indentation.Guy Harris1-1/+1
2015-02-24Pull more into PACKET_DESCRIBE() for the V10 seek-read routine.Guy Harris1-17/+16
2015-02-24Swallow up more V10 stuff into PACKET_DESCRIBE().Guy Harris1-39/+24
2015-02-24Have PACKET_DESCRIBE() for V10.Guy Harris1-5/+21