aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-19gtk moved to ui/ missed this file on checkinJörg Mayer1-1/+1
2012-01-19Fix:Jörg Mayer1-2/+2
2012-01-19Fix some duplicate display filter names.Chris Maynard6-25/+15
2012-01-19Fix some duplicate display filter names.Chris Maynard5-34/+34
2012-01-19Fix some duplicate display filter names.Chris Maynard6-10/+10
2012-01-19Update comments and dissection of comptessed listsAnders Broman1-8/+27
2012-01-19Update a couple of asn1-generated dissectors.Chris Maynard2-5/+5
2012-01-19Fix a duplicate display filter name.Chris Maynard1-1/+1
2012-01-19Fix some duplicate display filter names.Chris Maynard5-28/+28
2012-01-19Localize a global variable; Do minor reformatting.Bill Meier3-51/+52
2012-01-19Update list of deprecated GLib fcns;Bill Meier1-61/+85
2012-01-19Add icons for pipe interfaces. This allows for easierMichael Tüxen3-1/+77
2012-01-19Comment out hf and ett - there is no need to register them while theyMartin Mathieson1-0/+4
2012-01-19Add casts and don't initialise empty hf array.Martin Mathieson1-5/+3
2012-01-19Add a dissector "mac-lte-framed" that uses the same framing format asMartin Mathieson5-47/+186
2012-01-18Get rid of no-longer-applicable comments.Guy Harris1-8/+0
2012-01-18Get rid of some redeclarations, include "ui/recent_utils.h" to get thoseGuy Harris2-17/+1
2012-01-18Another fix for the move of recent.h.Guy Harris1-1/+1
2012-01-18Line up #define values.Guy Harris1-1/+1
2012-01-18Tabs are not *ipso facto* 4 spaces.Guy Harris1-2/+2
2012-01-18Following the move of recent.*Alexis La Goutte1-6/+6
2012-01-18From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6743Alexis La Goutte1-67/+132
2012-01-18Fix a typo; Remove a dup.Bill Meier1-3/+1
2012-01-18From Tom Brezinski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6746Alexis La Goutte2-0/+3
2012-01-18#include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>Chris Maynard4-7/+7
2012-01-18Update:Bill Meier1-1518/+1558
2012-01-18Fix some duplicate display filter names.Chris Maynard5-15/+15
2012-01-18New include file needs to be included.Guy Harris1-0/+2
2012-01-18Another change for the recent changes (in both senses of "recentGuy Harris1-0/+1
2012-01-18Reflect the move of recent.c from ui/gtk to the top-level directory.Guy Harris2-1/+1
2012-01-18Another fix for the move of recent.h to the ui directory.Guy Harris1-1/+1
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris5-16/+15
2012-01-18Add some files that didn't get checked in.Guy Harris3-0/+154
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris41-209/+124
2012-01-17Add more to dissect_compressed_list()Anders Broman1-25/+135
2012-01-17Fix warning about a variable that is written to only.Jörg Mayer1-2/+3
2012-01-17Mark a couple of unused parameters as such.Martin Mathieson1-1/+1
2012-01-17Enhance dissection of compressed lists.Anders Broman1-11/+217
2012-01-17Indicate which version of GTK+ is being used to build Wireshark, andGuy Harris1-2/+14
2012-01-17Fix typo.Guy Harris1-1/+1
2012-01-17Fix test (equality in the test command is =, not ==).Guy Harris1-3/+5
2012-01-17Rename the GTK_OK variable to have_gtk; make sure it's always set. TestGuy Harris1-18/+20
2012-01-16Add packet-lpp.hAnders Broman1-0/+1
2012-01-16From Pascal Quantin:Anders Broman1-0/+34
2012-01-16From Pascal Quantin:Anders Broman2-1/+51
2012-01-16From Pascal Quantin:Anders Broman9-1563/+10527
2012-01-16The last GMemChunk usage in Wireshark has been replaced; Error out for any su...Bill Meier1-16/+16
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.Bill Meier4-97/+47
2012-01-16Fix a typo in an error message.Bill Meier1-1/+1
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itGuy Harris1-3/+3