aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-19gtk moved to ui/ missed this file on checkinJörg Mayer1-1/+1
svn path=/trunk/; revision=40594
2012-01-19Fix:Jörg Mayer1-2/+2
/home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-rohc.c: In function ‘dissect_rohc_ir_rtp_profile_dynamic’: /home/jmayer/work/wireshark/svn/trunk/epan/dissectors/packet-rohc.c:775:21: error: variable ‘cc’ set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors svn path=/trunk/; revision=40593
2012-01-19Fix some duplicate display filter names.Chris Maynard6-25/+15
svn path=/trunk/; revision=40592
2012-01-19Fix some duplicate display filter names.Chris Maynard5-34/+34
svn path=/trunk/; revision=40591
2012-01-19Fix some duplicate display filter names.Chris Maynard6-10/+10
svn path=/trunk/; revision=40590
2012-01-19Update comments and dissection of comptessed listsAnders Broman1-8/+27
svn path=/trunk/; revision=40589
2012-01-19Update a couple of asn1-generated dissectors.Chris Maynard2-5/+5
svn path=/trunk/; revision=40588
2012-01-19Fix a duplicate display filter name.Chris Maynard1-1/+1
svn path=/trunk/; revision=40587
2012-01-19Fix some duplicate display filter names.Chris Maynard5-28/+28
svn path=/trunk/; revision=40586
2012-01-19Localize a global variable; Do minor reformatting.Bill Meier3-51/+52
svn path=/trunk/; revision=40585
2012-01-19Update list of deprecated GLib fcns;Bill Meier1-61/+85
Add comment about Wireshark build defines G_DISABLE_DEPRECATED. svn path=/trunk/; revision=40584
2012-01-19Add icons for pipe interfaces. This allows for easierMichael Tüxen3-1/+77
testing the upcoming patch, which improves the infrastructure to handle interfaces for capturing. Obtained from Irene Ruengeler. svn path=/trunk/; revision=40583
2012-01-19Comment out hf and ett - there is no need to register them while theyMartin Mathieson1-0/+4
are empty. svn path=/trunk/; revision=40582
2012-01-19Add casts and don't initialise empty hf array.Martin Mathieson1-5/+3
svn path=/trunk/; revision=40581
2012-01-19Add a dissector "mac-lte-framed" that uses the same framing format asMartin Mathieson5-47/+186
the existing "mac-lte" UDP heuristic dissector. It is hoped that it will be possible to register a DLT for use with this format. svn path=/trunk/; revision=40580
2012-01-18Get rid of no-longer-applicable comments.Guy Harris1-8/+0
svn path=/trunk/; revision=40579
2012-01-18Get rid of some redeclarations, include "ui/recent_utils.h" to get thoseGuy Harris2-17/+1
declarations. svn path=/trunk/; revision=40578
2012-01-18Another fix for the move of recent.h.Guy Harris1-1/+1
svn path=/trunk/; revision=40577
2012-01-18Line up #define values.Guy Harris1-1/+1
svn path=/trunk/; revision=40576
2012-01-18Tabs are not *ipso facto* 4 spaces.Guy Harris1-2/+2
svn path=/trunk/; revision=40575
2012-01-18Following the move of recent.*Alexis La Goutte1-6/+6
Fix : No rule to make target « ../gtk/recent.c », needed for « recent.c ». Stop. Not need to copy recent.c in qt working directory and use the common recent.c file. svn path=/trunk/; revision=40574
2012-01-18From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6743Alexis La Goutte1-67/+132
[PATCH] Enhance the Spice dissector to deal with mini headers Spice recently gained the ability to use smaller packet headers. This patch adds support to it, along with small other fixes/enhancements - none of which really interesting. From me : Fix a Clang Warning : packet-spice.c:1303:5: warning: Value stored to 'offset' is never read svn path=/trunk/; revision=40573
2012-01-18Fix a typo; Remove a dup.Bill Meier1-3/+1
svn path=/trunk/; revision=40572
2012-01-18From Tom Brezinski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6746Alexis La Goutte2-0/+3
Adding support for Network Instruments 802.11 wireless captures Attaching very simple change to allow reading of Network Instruments Observer 802.11 wireless capture files. svn path=/trunk/; revision=40571
2012-01-18#include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>Chris Maynard4-7/+7
svn path=/trunk/; revision=40570
2012-01-18Update:Bill Meier1-1518/+1558
- Mark GDK functions which aren't used as 'E' - Add GTK functions deprecated after GTK 2.20 - Add some comments about use of GTK_DISABLE_DEPRECATED - reformat ... svn path=/trunk/; revision=40569
2012-01-18Fix some duplicate display filter names.Chris Maynard5-15/+15
svn path=/trunk/; revision=40568
2012-01-18New include file needs to be included.Guy Harris1-0/+2
svn path=/trunk/; revision=40567
2012-01-18Another change for the recent changes (in both senses of "recentGuy Harris1-0/+1
changes" :-)). svn path=/trunk/; revision=40566
2012-01-18Reflect the move of recent.c from ui/gtk to the top-level directory.Guy Harris2-1/+1
svn path=/trunk/; revision=40565
2012-01-18Another fix for the move of recent.h to the ui directory.Guy Harris1-1/+1
svn path=/trunk/; revision=40564
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris5-16/+15
svn path=/trunk/; revision=40563
2012-01-18Add some files that didn't get checked in.Guy Harris3-0/+154
svn path=/trunk/; revision=40562
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris41-209/+124
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561
2012-01-17Add more to dissect_compressed_list()Anders Broman1-25/+135
svn path=/trunk/; revision=40560
2012-01-17Fix warning about a variable that is written to only.Jörg Mayer1-2/+3
svn path=/trunk/; revision=40559
2012-01-17Mark a couple of unused parameters as such.Martin Mathieson1-1/+1
svn path=/trunk/; revision=40558
2012-01-17Enhance dissection of compressed lists.Anders Broman1-11/+217
svn path=/trunk/; revision=40557
2012-01-17Indicate which version of GTK+ is being used to build Wireshark, andGuy Harris1-2/+14
also indicate if we're including the Mac OS X integration library. svn path=/trunk/; revision=40556
2012-01-17Fix typo.Guy Harris1-1/+1
svn path=/trunk/; revision=40555
2012-01-17Fix test (equality in the test command is =, not ==).Guy Harris1-3/+5
Split lines. svn path=/trunk/; revision=40554
2012-01-17Rename the GTK_OK variable to have_gtk; make sure it's always set. TestGuy Harris1-18/+20
it, instead of no_gtk, to see whether we should check for the OS X integration functions; I think no_gtk is an internal detail of the autoconf macros for GTK+, so let's not depend on it. Clean up indentation. svn path=/trunk/; revision=40553
2012-01-16Add packet-lpp.hAnders Broman1-0/+1
svn path=/trunk/; revision=40552
2012-01-16From Pascal Quantin:Anders Broman1-0/+34
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 Add missing file svn path=/trunk/; revision=40551
2012-01-16From Pascal Quantin:Anders Broman2-1/+51
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 Add missing files svn path=/trunk/; revision=40550
2012-01-16From Pascal Quantin:Anders Broman9-1563/+10527
Upgrade LTE RRC dissector to v10.4.0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6742 svn path=/trunk/; revision=40549
2012-01-16The last GMemChunk usage in Wireshark has been replaced; Error out for any ↵Bill Meier1-16/+16
such usage. svn path=/trunk/; revision=40548
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.Bill Meier4-97/+47
svn path=/trunk/; revision=40547
2012-01-16Fix a typo in an error message.Bill Meier1-1/+1
svn path=/trunk/; revision=40546
2012-01-16The frame number is an unsigned integer, so there's no guarantee that itGuy Harris1-3/+3
won't equal (guint32)-1. Fortunately, frame numbers are 1-based, so there *is* a guarantee that it won't equal 0. svn path=/trunk/; revision=40545