aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-21From Richard van der Hoff:Anders Broman3-249/+1367
2007-02-21Remove two empty itemized lists that are breaking XML validation andStephen Fisher1-6/+0
2007-02-21Major overhaul of VNC dissector: split everything into its own function andStephen Fisher1-375/+1399
2007-02-21+ add some more packages from 3GPP TS 29.232Luis Ontanon4-19/+308
2007-02-20Get rid of yet another printout that does not go well with optional IE:sAnders Broman1-0/+2
2007-02-20Test before comitting...Anders Broman1-3/+3
2007-02-20dont use _U_ when typedeffing a function pointer.Ronnie Sahlberg4-9/+9
2007-02-20DTPT: Improve Blob handling, more error codesUwe Girlich1-55/+186
2007-02-20Treat "<NULL>" as returned from a call to se_strdup() in packet-http.c as aStephen Fisher1-1/+2
2007-02-20Fix a typo and some reported compiler warnings(hopefully).Anders Broman1-5/+5
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