aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-11-25Fixes crashing when opening color filters and pressing OKSake Blok3-12/+13
(introduced in SVN 23560) svn path=/trunk/; revision=23582
2007-11-25From Joe Eykholt:Stig Bjørlykke2-8/+11
Show content even if the trailer is missing. From me: Add proto_tree_set_appendix for the checksum and EOF. svn path=/trunk/; revision=23581
2007-11-25Set an initial value to make gcc 4.1.3 20070929 (prerelease) on Ubuntu happy.Stig Bjørlykke1-4/+3
svn path=/trunk/; revision=23580
2007-11-25Clean up a comment.Guy Harris1-2/+2
svn path=/trunk/; revision=23579
2007-11-25Removed a "/*" within comment.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23578
2007-11-25Corrected setting of "warnings_as_errors_default".Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=23577
2007-11-25Put in a comment about encapsulation hint values.Guy Harris1-1/+8
svn path=/trunk/; revision=23576
2007-11-25Note that the encapsulation type values are SNMP ifType values, andGuy Harris1-10/+15
suggest that perhaps WTAP_ENCAP_PER_PACKET be used for propPointToPointSerial and HDLC. svn path=/trunk/; revision=23575
2007-11-24Terminate <para> with </para>.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=23574
2007-11-24From James Menzies: if the per-packet encapsulation hint is 14, theGuy Harris1-3/+19
packets are always PPP, otherwise they're of an unknown type and we use a heuristic to guess the type. svn path=/trunk/; revision=23573
2007-11-24From Graham Bloice:Stig Bjørlykke1-3/+4
Show correct TCP segment data (and length) when multiple pdus. svn path=/trunk/; revision=23572
2007-11-24From Alex Burlyga:Stig Bjørlykke1-7/+3
It looks like in dissect_nfs_open_claim_delegate_cur4() instead of dissection stateid we are doing something wierd and dissecting uint64 instead(remnants of rfc3010 where stateid was 64 bit number?). We already have function for dissecting stateids, so just a matter of making a different call. From me: Also deleted the hf_nfs_stateid4_delegate_stateid entry. svn path=/trunk/; revision=23571
2007-11-24From J. Bruce Fields:Stig Bjørlykke2-8/+1104
Add basic support for NFSv4.1, as of about draft 13 of the current spec. The protocol is not completely finished yet, and future patches will be needed to bring it up to date. From me: - Add a check for valid pointers in nfsv4_operation_ett - Always increase offset when calling dissect_nfs_devices4 - Added a default case in dissect_rpc_secparms4 svn path=/trunk/; revision=23570
2007-11-24Add a cast to make it compile again.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23569
2007-11-24Make sure h225_pi is never NULL.Gerald Combs2-2/+2
svn path=/trunk/; revision=23568
2007-11-24Fix crash reported in ↵Jeff Morriss1-1/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2014 : when adding fragments to the linked list of end fragments, don't check the TSN of the begin fragment--it may not be there. Looks like a cut-n-pasteo. svn path=/trunk/; revision=23567
2007-11-24Export classes from ROS - hopfully without breaking stuff.Anders Broman5-31/+46
svn path=/trunk/; revision=23566
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building ↵Jeff Morriss1-71/+60
out of the source tree by not issuing a complaint if the wimaxasncp dictionary is not found. This is ugly but it's how diameter does it, too, and I am not aware of a better way. svn path=/trunk/; revision=23565
2007-11-24Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2011 : check SSN ↵Jeff Morriss1-0/+2
in both Called and Calling addresses even when we know the direction of the messages svn path=/trunk/; revision=23564
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2006 : use 0xffffff ↵Jeff Morriss1-2/+3
(reserved value) for unset xLRs svn path=/trunk/; revision=23563
2007-11-24Support for the automatic configuration of the UPX dll/exe packer.Graeme Lunt3-7/+12
config.nmake - default UPX to the downloaded version in $WIRESHARK_LIBS win32-setup.sh - updated to also add executables bit to exes - and also use new tag Makefile.nmake - to download UPX (and also use new version of user-guide) svn path=/trunk/; revision=23562
2007-11-24Whoops... forgot the 'svn add' the icons :-)Sake Blok10-0/+300
svn path=/trunk/; revision=23561
2007-11-24This patch adds (ten) temporary coloring rules which will only live until ↵Sake Blok16-265/+818
Wireshark is quit. Temporary coloring filters can be set by: - pressing <ctrl>-<digit> will create a conversation coloring filter based on the addresses of the currently selected packet (order TCP/UDP/IP/Ethernet) This can also be achieved from the "View|Colorize Conversation" menu. - Rightclicking on a packet in the packet-list will give the option to "Colorize Conversation" just as "Conversation Filter" does. - Rightclicking on an item in the packet-detail-list will give the option to "Colorize with filter" which works similar to "Apply as filter" Temporary filters can be cleared from the same menus or by pressing <ctrl>-<space>. This patch also adds an item to the above mentioned menu's to add a permanent color filter in the same way. The colors for the temporary coloring rules are now hardcoded as I do not know how to change the color of menu-items and therefore I chose to use icons to show the actual color of each of the ten temporary coloring rules. Is it at all possible to have different menu items in different colors? One other way of solving this is to recreate the icons on the fly after changing the colors. I will have a look into that once it is clear whether I can use different colors within the menu structure. svn path=/trunk/; revision=23560
2007-11-24Add AVP:sAnders Broman3-34/+176
svn path=/trunk/; revision=23559
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher5-0/+307
per enhancement bug #1795. svn path=/trunk/; revision=23558
2007-11-23Catch a bad bLength, which may cause a loop. Fixes bug 2012.Gerald Combs1-85/+93
svn path=/trunk/; revision=23557
2007-11-23Fix bug 2007 (a loop in IPv6).Gerald Combs1-107/+116
svn path=/trunk/; revision=23555
2007-11-23Set the usual properties on packet-wps.[ch].Guy Harris2-2/+2
svn path=/trunk/; revision=23553
2007-11-23No $Id:$ in new files?Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=23551
2007-11-23Include packet-wps.h, so it's part of the source tarball.Guy Harris1-0/+1
svn path=/trunk/; revision=23550
2007-11-23From Jens Braeuer:Stig Bjørlykke7-6/+1997
Added support for Wifi Simple Config aka Wifi Protected Setup From me: Added standard copyright header to packet-wps svn path=/trunk/; revision=23549
2007-11-23Moved check for empty choice to make it work correctly.Stig Bjørlykke1-14/+14
svn path=/trunk/; revision=23548
2007-11-23fix a comment: manifest files are now embedded into .exe / .dll files, no ↵Ulf Lamping1-1/+1
need to copy them svn path=/trunk/; revision=23547
2007-11-23because of the privilege separation done, read filters won't work by ↵Ulf Lamping1-1/+2
definition now. Comment out the corresponding test case svn path=/trunk/; revision=23546
2007-11-22Make previously removed ethertype preference obsolete. For inclusion inStephen Fisher1-0/+8
0.99.7 release. svn path=/trunk/; revision=23545
2007-11-22don't install the *.exe.manifest and *.dll.manifest files. The manifest is ↵Ulf Lamping2-6/+1
embedded in the exe/dll files, so no need to install them seperately. svn path=/trunk/; revision=23544
2007-11-22If we only captured 1 packet, print "1 packet", not "1 packets".Guy Harris1-1/+2
svn path=/trunk/; revision=23543
2007-11-22Have capture_loop_dispatch() calculate the number of packets writtenGuy Harris1-11/+9
out, and return that; pcap_dispatch() returns the number of packets it processed, but we might have discarded some or all of them if we hit the packet limit in the middle of processing them. svn path=/trunk/; revision=23542
2007-11-22Don't count packets until we've successfully written them to the captureGuy Harris1-3/+10
file. If we set the "stop capture" flag, don't process the packet. svn path=/trunk/; revision=23541
2007-11-22Rename Windows ConsoleCtrHandlerRoutine --> capture_cleanup to match SVN ↵Bill Meier1-1/+1
#23537 change svn path=/trunk/; revision=23540
2007-11-21Added handling of octet-aligned data according to direct_reference.Stig Bjørlykke1-24/+38
Implemented handling of ber_callback for tagged type octet-aligned and arbitrary. Renamed some functions. svn path=/trunk/; revision=23539
2007-11-21Catch SIGINT, SIGHUP, and SIGTERM on UN*X, so we cleanly exit if, forGuy Harris1-1/+48
example, we're ^C'ed. This should fix bug 2003. svn path=/trunk/; revision=23538
2007-11-21Get rid of a no-longer-used variable.Guy Harris1-1/+0
svn path=/trunk/; revision=23537
2007-11-21Don't use "if it begins with 0xff 0x03 it's PPP, otherwise it's CiscoGuy Harris1-10/+3
HDLC" to try to distinguish Cisco HDLC from PPP packets; Address-and-Control-Field-Compression can be negotiated on, so there's no guarantee that PPP frames begin with 0xff 0x03. Fixes bug 2005. svn path=/trunk/; revision=23535
2007-11-21Bug 1994: From Keith Mercer :Sake Blok1-17/+26
This bugfix is focused only in the Sender ID TLV segment of code. This was to address the possibility that the Sender ID TLV may not have a Management Address Domain, and/or a Management Address. This bug was discovered when testing the dissector using CFM-enabled Netopia modems. svn path=/trunk/; revision=23534
2007-11-21Cosmetic change to order the icmp.typeStig Bjørlykke1-1/+1
svn path=/trunk/; revision=23533
2007-11-21Avoid redraw hex dump windows if redissecting.Stig Bjørlykke3-10/+10
svn path=/trunk/; revision=23532
2007-11-21Make it easier to change the default behavior of --enable-warnings-as-errors.Gerald Combs2-2/+4
svn path=/trunk/; revision=23531
2007-11-21Don't try to overwrite read-only memory. Fixes bug 2001.Gerald Combs1-1/+1
svn path=/trunk/; revision=23529
2007-11-21more SSL debug info concerning conversation and ssl_sessionTomas Kukosa1-0/+6
svn path=/trunk/; revision=23528