aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-06From Michael Mann:Anders Broman25-398/+495
2012-07-06Take yet more care not to be dividing by zero when calculating the bitMartin Mathieson4-3/+29
2012-07-05Remove a couple set-but-unused variables. I *think* the new tree isn'tJeff Morriss1-6/+3
2012-07-05Fix bug #7436Jakub Zawadzki1-82/+42
2012-07-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7437 :Pascal Quantin1-7/+6
2012-07-05List whether we were compiled with LIBNL or not (including which majorJeff Morriss1-0/+12
2012-07-05From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7439 :Pascal Quantin1-4/+5
2012-07-05Fix compilation with gcc 4.3.2Pascal Quantin1-1/+1
2012-07-05Upgrade LTE RRC dissector to v10.6.0Pascal Quantin6-182/+1011
2012-07-05From Pontus Fuchs:Guy Harris1-12/+0
2012-07-05From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin3-0/+681
2012-07-05From Pontus Fuchs:Guy Harris3-7/+17
2012-07-05From Pontus Fuchs:Guy Harris1-3/+3
2012-07-04The amqp dissector is not a plugin; remove comment indicating that it's a plu...Bill Meier1-21/+21
2012-07-04From Evan Huus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7433 :Pascal Quantin1-2/+2
2012-07-03Expand that comment to note that there's no guarantee that GLIB_LIBS hasGuy Harris1-0/+3
2012-07-03As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+39
2012-07-03As per Gentoo bug 423743Guy Harris1-6/+20
2012-07-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7430 :Pascal Quantin1-12/+18
2012-07-03Remove a leftover // "comment to self" (fixes checkAPI error).Bill Meier1-1/+1
2012-07-03Improve use of the value_string x11_keysym_vals_source[]:Bill Meier6-388/+1464
2012-07-03From Pontus Fuchs on -dev:Jeff Morriss1-0/+2
2012-07-03From report of Dennis Mendoza via https://bugs.wireshark.org/bugzilla/show_bu...Alexis La Goutte1-2/+1
2012-07-02From Todd Eigenschink via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-1/+1
2012-07-01[Automatic manuf, services and enterprise-numbers update for 2012-07-01]Gerald Combs3-1039/+1213
2012-06-30Fix bug #7425: Per-packet right-click network or MAC name resolution not workingJakub Zawadzki5-8/+42
2012-06-30Separate the code for each column in the interface list with blankGuy Harris1-0/+2
2012-06-29Clarify *which* capture dialogs are handled by capture_dlg.c.Guy Harris2-2/+4
2012-06-29Clean up capture option tooltip spacing and remove an extraneous word (at the...Jeff Morriss1-34/+34
2012-06-29From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=74...Pascal Quantin1-16/+30
2012-06-29Add support for listening for interface arrival/departure events onGuy Harris2-15/+234
2012-06-29ui/gtk/iface_lists.c no longer needs <wsutil/file_util.h>, as theGuy Harris1-2/+0
2012-06-29Try to fix win64 buildbot.Jakub Zawadzki1-1/+1
2012-06-29Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki6-0/+675
2012-06-29Add len() function to dfilter. For now only support FT_STRING*Jakub Zawadzki1-3/+35
2012-06-29Also support FT_STRINGZ and FT_UINT_STRING in lower()/ upper() functions.Jakub Zawadzki1-1/+3
2012-06-29From Роман Донченко: "Adaptation" mi...Bill Meier2-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki450-463/+463
2012-06-28Update GPL-2 license in COPYINGJakub Zawadzki1-13/+13
2012-06-28Update Free Software Foundation address.Jakub Zawadzki2429-2432/+2432
2012-06-28wsutil/file_util.h is needed here.Jeff Morriss1-0/+2
2012-06-28Move if_list_comparator_alph() to iface_lists.c; it's used in severalGuy Harris6-21/+23
2012-06-28If we don't have AirPcap, don't bother with the IF_AIRPCAP case; if weGuy Harris1-0/+2
2012-06-28get_interface_type() contains no GUI code, so just move it up toGuy Harris3-124/+130
2012-06-28capture_get_if_icon() is no longer platform-dependent; theGuy Harris1-8/+0
2012-06-28No pcap, no interfaces to monitor.Guy Harris1-0/+4
2012-06-28<wsutil/file_util.h> is needed on Windows.Guy Harris1-0/+2
2012-06-28Make more routines static.Guy Harris2-6/+4
2012-06-28Make some routines static to ui/gtk/capture_dlg.c; they're not usedGuy Harris2-24/+29
2012-06-28Constify the "string to return if not found" argument toGuy Harris2-15/+9