aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-02-21From Wolf Neumann:Anders Broman1-30/+251
GIOP reassembly fails when first packet of a PDU is received Out-of-Order http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1453 The patch changed to use value_string but not all values included in the current value_string. svn path=/trunk/; revision=24410
2008-02-21Add code to set ssn in the preferenses and make it compile.Anders Broman2-9/+74
svn path=/trunk/; revision=24409
2008-02-21Fix Bug Enable int64, uint64 and ipv4 type fields for the Lua dissectorsAnders Broman1-1/+7
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2264 svn path=/trunk/; revision=24408
2008-02-21Constify some arguments.Guy Harris6-6/+6
svn path=/trunk/; revision=24407
2008-02-21From Karl Heinz Wolf:Jaap Keuter1-2/+102
This patch decodes the Civic Address Types (CATypes) for Civic Addresses Configuration Information. This GEOCONF_CIVIC DHCP option number 99 is defined in RFC 4776. svn path=/trunk/; revision=24406
2008-02-21Fix two compilation errorsBill Meier1-2/+2
svn path=/trunk/; revision=24405
2008-02-20Convert any supplied encapsulation from libpcap to wiretap so that DLTs otherGerald Combs1-1/+7
than Ethernet work. svn path=/trunk/; revision=24403
2008-02-20Added logarithmic y axis scale option.Stig Bjørlykke1-28/+99
svn path=/trunk/; revision=24402
2008-02-20When doing random error mutation, protect DCT2000Martin Mathieson1-43/+63
meta information that is found at the beginning of the data - this lets me fuzztest my .out files properly. Also make some whitespace more consistent. svn path=/trunk/; revision=24401
2008-02-20Update manuf and faqJörg Mayer3-133/+420
svn path=/trunk/; revision=24400
2008-02-20Fix some formattingStephen Fisher1-2/+3
svn path=/trunk/; revision=24399
2008-02-20Really fix pcapng timestamp reading and writing this time.Stephen Fisher1-14/+5
svn path=/trunk/; revision=24398
2008-02-19Fix some unused warningsJörg Mayer1-1/+3
svn path=/trunk/; revision=24397
2008-02-19Use the right 4 bits and avoid the overflow of an 8 bit valueJörg Mayer1-1/+1
svn path=/trunk/; revision=24396
2008-02-19Update todo sectionJörg Mayer1-0/+2
svn path=/trunk/; revision=24395
2008-02-19Add more 3GPP AVP:sAnders Broman1-6/+36
svn path=/trunk/; revision=24394
2008-02-19Switch to the "oooh shiny" splash image.Gerald Combs2-281/+879
svn path=/trunk/; revision=24393
2008-02-19From pizza_4u at qmx.net: Extend netscreen2dump.py to work with SSG520Bill Meier1-1/+3
Also: Add $ID$ svn path=/trunk/; revision=24391
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier7-0/+0
svn path=/trunk/; revision=24390
2008-02-19Removed the <?xml> tag.Stig Bjørlykke1-1/+0
svn path=/trunk/; revision=24389
2008-02-19Add rawshark.rc.in to tarball.Stig Bjørlykke2-0/+2
svn path=/trunk/; revision=24388
2008-02-19Back out useing $Id$; There's a reason for using Date/Author/etc. (Oops)Bill Meier1-1/+3
svn path=/trunk/; revision=24387
2008-02-18Remove svn:executable propertyBill Meier4-0/+0
svn path=/trunk/; revision=24384
2008-02-18$ID$ --> $Id$Bill Meier1-1/+1
svn path=/trunk/; revision=24383
2008-02-18Add $Id$Bill Meier19-2/+39
svn path=/trunk/; revision=24382
2008-02-18Fix typoBill Meier1-1/+1
svn path=/trunk/; revision=24381
2008-02-18Fix some some propertiesBill Meier7-2961/+2959
svn path=/trunk/; revision=24380
2008-02-18The trunk is now 0.99.9.Gerald Combs2-2/+2
svn path=/trunk/; revision=24379
2008-02-18Add an expert item about AVP:s without "data".Anders Broman1-0/+3
svn path=/trunk/; revision=24377
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs37-45/+49
instead of "0". svn path=/trunk/; revision=24376
2008-02-18Add rawhark_OBJECTS to clean: targetBill Meier1-2/+2
svn path=/trunk/; revision=24375
2008-02-17Added help button in expert info and expert info composite dialogs.Stig Bjørlykke4-28/+57
svn path=/trunk/; revision=24374
2008-02-17When resize the IO Graphs window expand the filter field and advancedStig Bjørlykke1-5/+5
calc field instead of the space between "Style:" and the style boxes, and the X/Y Axis labels and corresponding boxes. svn path=/trunk/; revision=24373
2008-02-17Remove redundant (repeated) "PortAudio" from "About Wireshark" screen.Bill Meier1-1/+1
svn path=/trunk/; revision=24372
2008-02-17Updated the User Guide:Stig Bjørlykke6-116/+173
- Added description for WLAN Traffic statistics. - Added "Limit to display filter" description in conversations and endpoints. - Added a tip in IO Graphs to click in the graph to select a matching packet. - Some indentation fixes. svn path=/trunk/; revision=24371
2008-02-17Simplified printing of x-axis values so we get a consistent view even if Stig Bjørlykke1-23/+11
resizing the window. Also draw a 8 pixel x-axis line between the x-axis labels to make it easier to determine midway. svn path=/trunk/; revision=24370
2008-02-17Added $(GTK2_LIB_DIR)\loaders to some makefiles in an attempt to fix theStig Bjørlykke3-0/+3
u3 and portableapp build. svn path=/trunk/; revision=24369
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke19-22/+230
the current display filter. Some Hosts -> Endpoints cleanup. svn path=/trunk/; revision=24368
2008-02-17Add a missing default case to avoid a warning.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=24367
2008-02-16pcre.dll is now pcre3.dll for pcre-7.0Bill Meier1-1/+1
svn path=/trunk/; revision=24366
2008-02-16Clean-up: remove obsolete references to GTK libraries, ETHEREAL_EUG_DIR, etcBill Meier2-55/+14
svn path=/trunk/; revision=24365
2008-02-16Added check for idx in get_frame_num().Stig Bjørlykke1-1/+5
svn path=/trunk/; revision=24364
2008-02-16Indent the body of one paragraph, as was done with some otherGuy Harris1-3/+4
paragraphs, to make it easier to see the nesting of tags. svn path=/trunk/; revision=24363
2008-02-16Remove extra copies of the content.Gerald Combs1-1127/+0
svn path=/trunk/; revision=24362
2008-02-16Corrected previous cast.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24361
2008-02-16Add map operation 49.Anders Broman2-5/+18
svn path=/trunk/; revision=24360
2008-02-16Cast a double to guint32.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24359
2008-02-16Click in the IO Graph to select the first package in the selected interval.Stig Bjørlykke1-15/+103
Click button 3 to select the last package. svn path=/trunk/; revision=24358
2008-02-16Use gtk+ 2.12.8 glib 2.12.6-2 and pcre 7.0.Anders Broman4-14/+15
( Problem seemed to be with pxbuffloaders). svn path=/trunk/; revision=24357
2008-02-16Remove a </para>Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24356