aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-09-20Shouldn't set the time in seek_read() after all. At least the pcapMartin Mathieson1-8/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss3-6/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss50-100/+0
2012-09-19Fix a couple of dumping issues seen while working on 'reorder'.Martin Mathieson1-4/+21
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs3-0/+29
2012-09-14From Nikhil Kalu:Anders Broman3-11/+86
2012-09-07From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-3/+5
2012-08-21Avoid some calls to strlen() by remembering return value fromMartin Mathieson1-10/+11
2012-08-11Ignore '\r' which will be found at the end of a line when a windows hostMartin Mathieson1-27/+32
2012-08-06Create (fake)interface information when loading a libpcap file it might be ne...Anders Broman1-1/+27
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris3-0/+5
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris3-1/+7
2012-07-30Avoid a division by zero due to overflow.Michael Tüxen1-2/+2
2012-07-30Added missing entry for WTAP_ENCAP_SDH.Stig Bjørlykke1-0/+3
2012-07-27Some more debug info.Michael Tüxen1-0/+5
2012-07-27It seems that the length should unsigned, not signed.Michael Tüxen1-1/+1
2012-07-27Handle the case where no IDB follows the SHB. This fixes part ofMichael Tüxen1-34/+30
2012-07-26Fix another uninitialised bug (the same bug in _read() I fixedMartin Mathieson1-1/+1
2012-07-25Initialize a byte to avoid more valgrind warnings.Martin Mathieson1-1/+1
2012-07-25Don't write one payload byte too many. Spotted by valgrind!Martin Mathieson1-2/+2
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsGuy Harris3-13/+39
2012-07-19Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann3-1/+57
2012-07-18Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris6-0/+9
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setGuy Harris2-22/+11
2012-07-15From Network Instruments by Tom Brezinski When a Network Instruments wireless...Anders Broman2-8/+30
2012-07-11memcpy() is quite a bit faster than g_strlcpy()!Martin Mathieson1-3/+2
2012-07-11Don't ask for information about an interface greater than the maximumGuy Harris1-0/+7
2012-07-11AARGH. There are two lumps of (almost-)identical code to handleGuy Harris1-41/+26
2012-07-10Set the time units per second correctly if, in wtap_dump_open_ng(),Guy Harris1-1/+1
2012-07-10When writing an EPB, calculate the time stamp based on the resolutionGuy Harris1-15/+22
2012-07-09Fix up some comments.Guy Harris1-6/+6
2012-07-09Fix another comment.Guy Harris1-1/+1
2012-07-09Fix some comments.Guy Harris1-4/+4
2012-07-09The names "etherpeek" and "airopeek" are a bit misleading, as theGuy Harris8-224/+236
2012-07-09From Evan Huus:Anders Broman1-6/+1
2012-06-29Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki3-0/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki92-92/+92
2012-06-19ascend_scanner.c includes ascend.h. Add corresponding makefileGerald Combs2-4/+8
2012-06-17Forgot to use wtap_dump_can_write_encaps()'s final name.Guy Harris1-6/+6
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris3-10/+23
2012-06-17Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris2-15/+39
2012-06-08Forward-port r43165 and r43168 from trunk-1.6.Gerald Combs1-5/+7
2012-06-08Fix some dead assignments.Gerald Combs1-1/+0
2012-06-06From Stephen Donnelly: Correct ERF name, add WTAP_ENCAP string display https:...Anders Broman1-1/+1
2012-06-06Fix bug #7340Jakub Zawadzki1-1/+1
2012-06-05From Andrew Kampjes:Anders Broman1-0/+1
2012-06-05Casting a negative value to unsigned makes it positive; I'm not sureGuy Harris1-3/+16
2012-06-05Add another cast to make it build on Win32.Anders Broman1-1/+1
2012-06-05Making "had" a ptrdiff_t caused warnings, even if it eliminated aGuy Harris1-1/+6
2012-06-05From Jakub Zawadzki: when seeking backwards, if the seek will put you atGuy Harris1-1/+13