aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
...
* (As in the Windows builds) don't have checkapi check the 'abort' group in wir...Jeff Morriss2011-02-041-1/+3
* Use g_strdup() instead of strdup()Jeff Morriss2011-02-041-37/+37
* From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Don'tGerald Combs2011-02-031-0/+2
* From njohnkev:Jaap Keuter2011-02-023-1/+8
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-5/+6
* Return a string (even though abort is called first) to pacify gcc.Martin Mathieson2011-01-311-0/+1
* Fix various instances of "unreachable code".Bill Meier2011-01-302-2/+2
* Fix the dead initialization warnings found by clang's static analysisStephen Fisher2011-01-201-1/+1
* Support FP_R8 over ATM, plus a couple of other tidying-ups.Martin Mathieson2011-01-051-8/+7
* We must always return an error code on an error; otherwise, our callerGuy Harris2011-01-031-3/+16
* It is not guaranteed that the records in numerical (frame table) orderGuy Harris2010-12-281-7/+5
* Fix bug #5509: CommView file format now uses reserved bytes and adds a Stephen Fisher2010-12-201-14/+16
* Prepare for handling DLT_IPV4 and DLT_IPV6.Jaap Keuter2010-12-193-2/+14
* Fill out libwiretap's DEPENDENCIES line with the rest of the dependencies (fr...Jeff Morriss2010-12-071-2/+1
* Make libtool export only symbols listed in *.def filesBalint Reczey2010-12-071-1/+4
* Fix typos.Chris Maynard2010-11-291-2/+2
* Add support for USB isochronous. From Marton Nemeth via bug #5370.Chris Maynard2010-11-241-11/+73
* Try to fix the build for text_import_scanner.Anders Broman2010-11-131-0/+1
* From Robert Bullen:Anders Broman2010-11-051-39/+60
* From Alexis La Goutte:Jaap Keuter2010-11-042-9/+2
* From Stephen Donnelly:Anders Broman2010-10-281-7/+11
* Fix a cut-n-pasteo in a comment.Jeff Morriss2010-10-211-1/+1
* From Jeff Morriss: Fix crash: WTAP_ERR_BAD_RECORD error return needs to fill ...Bill Meier2010-10-202-8/+15
* Fix bug which caused ascend_open() to return "I/O error" (instead of "not me").Bill Meier2010-10-201-0/+1
* Fix a typo in a commentBill Meier2010-10-201-1/+1
* From Hadriel Kaplan: Update wiretap/README.developerBill Meier2010-10-201-1/+7
* From Hadriel Kaplan: IPFIX file format support.Bill Meier2010-10-208-9/+378
* Make it a bit clearer what's going on - ASCII '0' has the decimal valueGuy Harris2010-10-021-1/+1
* - FindGLIB2.cmake updates fromJörg Mayer2010-09-251-0/+1
* H.sivank:Jörg Mayer2010-09-231-1/+1
* H. Sivank <hsivank@gmail.com>Jörg Mayer2010-09-231-1/+1
* Very old versions of libz (such as the one that comes with Solaris 10) don't ...Jeff Morriss2010-09-221-0/+2
* Fix issue which causes daintree-sna frames to be rejected with "capture lengt...Bill Meier2010-08-241-0/+2
* From Hamish Moffatt:Anders Broman2010-08-241-0/+1
* Add a note.Guy Harris2010-08-081-0/+4
* From Jon Smirl:Stig Bjørlykke2010-08-071-1/+2
* Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris2010-07-303-11/+21
* At least in some NetMon 3.4 VPN captures, the per-packet link-layer typeGuy Harris2010-07-231-1/+7
* The 32-bit unsigned time offset in version 1.x files should be convertedGuy Harris2010-07-211-1/+5
* According to mail from Paul Long at Microsoft, in the 1.x NetMon fileGuy Harris2010-07-211-1/+7
* Initial support for Network Monitor 802.11 radio header.Guy Harris2010-07-193-2/+7
* Add an entry in encap_table_base for SocketCAN.Guy Harris2010-07-181-1/+3
* The time delta in a NetMon frame header is signed - it can be negative.Guy Harris2010-07-181-3/+5
* NetMon per-packet link-layer types with 0xE000 in the upper 4 bits areGuy Harris2010-07-181-8/+37
* Initial support for the trailer information in versions 2.1 and later ofGuy Harris2010-07-181-19/+135
* It makes (slightly) more sense for comments to be "sent" by the context than ...Martin Mathieson2010-07-161-1/+1
* Don't pass tvb data to col_set_str(), as it will not stay around.Stig Bjørlykke2010-07-141-1/+1
* Add Visual C++ project files to the distribution.Gerald Combs2010-06-301-0/+1
* Clean up indentation.Guy Harris2010-06-061-5/+5
* Get rid of file_write(); nobody uses it, and file writers should useGuy Harris2010-06-061-3/+1