aboutsummaryrefslogtreecommitdiffstats
path: root/capture_session.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-28Clang complains about the size of empty structs.ruengeler1-1/+2
Change-Id: I2951b1b384cf9b32677aea81c66c34ab07b0090f Reviewed-on: https://code.wireshark.org/review/1835 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Michael Tüxen <tuexen@wireshark.org>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs1-0/+6
svn path=/trunk/; revision=52552
2013-05-22And a few more fixes. Put wrappers in capture_session.h to make it workGuy Harris1-0/+8
from C++. svn path=/trunk/; revision=49511
2013-05-22Sigh, it was a "building without libpcap" issue.Guy Harris1-4/+2
svn path=/trunk/; revision=49507
2013-05-22OK, maybe that version of GCC doesn't like structure definitions inGuy Harris1-2/+4
typedefs or something. svn path=/trunk/; revision=49503
2013-05-22Bite me, GCC.Guy Harris1-1/+1
svn path=/trunk/; revision=49498
2013-05-22Oops, need the new header file for capture_session.Guy Harris1-0/+57
svn path=/trunk/; revision=49495