aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-20From Florent Drouin:Anders Broman2-479/+363
2007-02-20Update to current version of openchangeJörg Mayer5-144/+284
2007-02-20Update from samba tree revision 21237 to 21471Jörg Mayer36-2339/+2342
2007-02-20WEP decryption is destructive -- pass a fresh copy of our data bufferGerald Combs2-272/+11
2007-02-20Nikns Siankin: Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1387Jörg Mayer1-1/+1
2007-02-20Squelch some unused variable warningsJeff Morriss1-1/+1
2007-02-20add a PIDL specific helper for managing dissection of policy handles.Ronnie Sahlberg4-43/+78
2007-02-20changes to comments generated for winreg using the latest svn of pidlRonnie Sahlberg1-16/+24
2007-02-20Clarify the description of frame.time_delta. This partially addressesGerald Combs1-10/+10
2007-02-20Put the rest of the #if GTK_MAJOR_VERSION >= 2 preprocessor statements around...Stephen Fisher2-1/+7
2007-02-19Add missing include file when compiling under windowsBill Meier1-0/+4
2007-02-19Initial version of the new Statistics -> Content List -> HTTP feature. ThisStephen Fisher6-0/+427
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier10-13/+12
2007-02-19Fix some C++ style commentsBill Meier4-6/+6
2007-02-19Output error msgs when using dumpcap from cmd-line (stand-alone);Bill Meier2-20/+28
2007-02-19Squelch a few unused parameter warnings.Jeff Morriss4-6/+6
2007-02-19Remove some unused parameters (pinfo).Jeff Morriss1-184/+171
2007-02-19fetch_tapped_data() returns a const pointer, so declare the function as retur...Jeff Morriss2-2/+2
2007-02-19Remove some unused parameters (pinfo).Jeff Morriss1-166/+152
2007-02-19Oops, help_topic_gtk() is _only_ needed in GTK1.2 builds, so #ifdef it (and s...Jeff Morriss1-102/+103
2007-02-19Squelch a couple (false) uninitialized variable warningsJeff Morriss2-3/+3
2007-02-19the policy handles created/opened in CreateKey and OpenKey are now called "ha...Ronnie Sahlberg2-5/+5
2007-02-19Id keyword property addedJaap Keuter0-0/+0
2007-02-19Further cleanup of the documentJaap Keuter1-60/+59
2007-02-19Decode some RANAP elements.Anders Broman7-21/+142
2007-02-19From Kriang Lerdsuwanakij:Stephen Fisher1-6/+6
2007-02-19Add comments to the statistics functions to tell which is whichStephen Fisher1-0/+6
2007-02-19Fix error handling for invalid named pipe;Bill Meier1-1/+3
2007-02-19packet-afp: remove unneeded line of code;Bill Meier2-2/+3
2007-02-19Initialize the description in UAT_FLD_PROTO().Guy Harris1-1/+1
2007-02-19Squelch a "used without being set" warning.Guy Harris1-0/+1
2007-02-19We only need the Wireshark splash image if we have the welcome page.Guy Harris1-0/+2
2007-02-19wep_decrypt() isn't needed if we have AirPDCap.Guy Harris1-11/+6
2007-02-19Get rid of an unused variable.Guy Harris2-8/+6
2007-02-19dissect_x411_mts_apdu() is an old-style dissector, so it shouldn'tGuy Harris4-6/+6
2007-02-19Declare nbytes to match what the routine getting a pointer to itGuy Harris1-1/+1
2007-02-19Include <string.h> to declare memcpy().Guy Harris1-1/+1
2007-02-19Get rid of an unused variable.Guy Harris1-2/+0
2007-02-19Fix a couple of spelling mistakesStephen Fisher1-2/+2
2007-02-18Added a DTPT (DekTop PassThrough) dissector.Uwe Girlich3-0/+1075
2007-02-18From Florent Drouin: support for MTP2 in ERF type 5 (Multi-Channel HDLC) filesJeff Morriss2-2/+25
2007-02-18Fix bug 1380:Jeff Morriss2-4/+8
2007-02-18From Mike Duigou:Stephen Fisher1-67/+572
2007-02-17From Florent Drouin:Anders Broman6-674/+1360
2007-02-17From X.690 8.6.2.3 Graeme Lunt1-2/+11
2007-02-17This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. Graeme Lunt2-4/+12
2007-02-17fix an error added latelyUlf Lamping1-1/+1
2007-02-17This patch adds some new features to the BER dissector:Graeme Lunt1-15/+58
2007-02-17Tidy ups for SASL/GSSAPI support:Graeme Lunt3-66/+169
2007-02-17some more compiler warnings removedUlf Lamping3-25/+26