aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss6-19/+18
2013-07-15Use PIE_CFLAGS when building qt-shark, since otherwise I get errors like:Evan Huus1-1/+1
2013-07-15Fix warning: ISO C restricts enumerator values to range of 'int'Chris Maynard1-5/+5
2013-07-15Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard1-5/+5
2013-07-15Set the menuRole for actionCaptureOptions to NoRole similar toGerald Combs4-9/+20
2013-07-15Expand the big comment about launching browsers.Guy Harris1-0/+39
2013-07-15Do not hide the interface name in capture options.Irene Rüngeler2-21/+5
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss4-4/+9
2013-07-15One more try at fixing all the issues reported inJeff Morriss1-8/+14
2013-07-14Fix whitespace.Guy Harris1-1/+1
2013-07-12As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-6/+9
2013-07-12print.c and ps.c are in libwirshark now.Jeff Morriss1-2/+0
2013-07-12Move the print modules into epan.Jeff Morriss11-13/+14
2013-07-12Fix building ui/qt out of the source tree.Jeff Morriss1-4/+4
2013-07-12disabled_protos.c is in libwireshark now.Jeff Morriss1-1/+0
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss4-4/+4
2013-07-12frame_data_sequence.c and packet-range.c moved to epan.Guy Harris1-2/+0
2013-07-12packet-range.h moved to the epan directory.Guy Harris2-2/+2
2013-07-11Move some more modules into epan.Jeff Morriss6-6/+2
2013-07-11Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-47/+51
2013-07-11Throw in a cast to squelch warnings about a value not fitting in aGuy Harris1-4/+2
2013-07-11You now have to update three count 'em three files when adding a newGuy Harris1-0/+1
2013-07-11Get rid of an unused variable.Guy Harris1-3/+4
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki10-14/+30
2013-07-10From Cal Turney:Anders Broman1-62/+113
2013-07-10Use QHeaderView::setSectionResizeMode on Qt >= 5.Gerald Combs1-0/+10
2013-07-10From Joe McEachern:Anders Broman1-1/+1
2013-07-10Fix bug #8908: Strange behavior of tree expand/collapse in packet detailsJakub Zawadzki1-13/+37
2013-07-09Avoid having double "Default" entry in "Create New Profile".Stig Bjørlykke1-2/+0
2013-07-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte11-4/+1430
2013-07-09Another change that should have been part of r50465, which removed the limits...Chris Maynard1-9/+14
2013-07-09Use sizeof() instead of hard-coded values. Other minor whitespace cleanup.Chris Maynard1-29/+28
2013-07-09Remove the advanced filter field arbitrary text limit of 100 and remove the f...Chris Maynard1-3/+0
2013-07-09From Cal Turney:Anders Broman2-17/+31
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs16-96/+490
2013-07-08From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss1-3/+4
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki2-22/+18
2013-07-06From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8888Evan Huus1-1/+1
2013-07-06Count SDUs even when dumping only the MAC headerPascal Quantin1-6/+2
2013-07-03Attachment #11134 proposed as fix for bug #8899 by Peter HatinaIrene Rüngeler1-2/+1
2013-07-02Preserve symlinks when copying libraries into the application bundle onGerald Combs1-1/+1
2013-07-01Fix Coverity CID 1037114 (Dereference before null check).Chris Maynard1-0/+2
2013-07-01 Define certain 'const char *...' arrays as static.Bill Meier10-48/+48
2013-07-01Consistently maintain the callState member of an iax2_info_t structureGuy Harris1-45/+2
2013-06-29Fix indent (Tabs => Spaces) and add modelines info for follow_* filesAlexis La Goutte8-1497/+1569
2013-06-28Use newly assigned DLT for PDU export functionalityPascal Quantin1-10/+6
2013-06-28Make colors used by colorize_filter_te_as_* as preferences. Bug 5413 (https:...Michael Mann2-9/+60
2013-06-27Propagate the main_window_update change of few commits ago into the qt clientLuis Ontanon4-5/+8
2013-06-27Remove a no-longer-used variable.Jeff Morriss1-2/+0
2013-06-27Windows changes for main_window_update ....Luis Ontanon3-4/+4