aboutsummaryrefslogtreecommitdiffstats
path: root/ui/capture_globals.h
AgeCommit message (Collapse)AuthorFilesLines
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-1/+1
Change-Id: I8b1407839390b7ac0b45bf6f583c1a509073f002 Reviewed-on: https://code.wireshark.org/review/2709 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-0/+4
it into a separate capture_session structure. capture_opts should contain only user-specified option information (and stuff directly derived from it, such as the "capturing from a pipe" flag). svn path=/trunk/; revision=49493
2012-10-24Add Modelines info for new common ui source file(s)Alexis La Goutte1-0/+13
svn path=/trunk/; revision=45767
2012-08-04Make sure global_capture_opts is properly declared.Gerald Combs1-0/+8
svn path=/trunk/; revision=44254
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-0/+30
using sparklines in the qtshark main window. svn path=/trunk/; revision=44253