aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2007-11-24Export classes from ROS - hopfully without breaking stuff.Anders Broman2-26/+36
svn path=/trunk/; revision=23566
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-24This patch adds (ten) temporary coloring rules which will only live until ↵Sake Blok2-0/+26
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-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ørlykke6-6/+1993
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-22Make previously removed ethertype preference obsolete. For inclusion inStephen Fisher1-0/+8
0.99.7 release. svn path=/trunk/; revision=23545
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-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-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
2007-11-20Update to draft-ietf-rserpool-common-param-15.txt. (WillMichael Tüxen2-68/+152
be published soon...) svn path=/trunk/; revision=23520
2007-11-20Add a bounds check in order to try to fix bug #1998.Gerald Combs1-1/+16
svn path=/trunk/; revision=23517
2007-11-20Add relative start time, duration, and average data rate (bps) columnsGerald Combs3-4/+44
to the conversation lists. Move the "copy" button down to the button bar in order to free up some real estate. Add an nstime_cmp() function. Clean up code in a few places. svn path=/trunk/; revision=23516
2007-11-20Reindent some to improve readabilityJeff Morriss1-71/+92
svn path=/trunk/; revision=23510
2007-11-20Update some comments and whitespace.Gerald Combs2-4/+7
svn path=/trunk/; revision=23509
2007-11-20fix tag handling inside snmp trapTomas Kukosa2-3/+3
svn path=/trunk/; revision=23508
2007-11-19Introduce use of the new FT_EBCDIC field type as a second display ofStephen Fisher1-4/+14
text fields (data & sqlstatement). Also fix the options on the FT_STRINGZ items - change them to FT_STRING and change BASE_DEC to BASE_NONE. svn path=/trunk/; revision=23505
2007-11-19From Yaniv kaul:Mike Duigou2-10/+14
Adds const declarations to req_resp_hdrs_do_reassembly() and re-orders some actions to occur after tests which may decide that the actions were not required. svn path=/trunk/; revision=23504
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher4-0/+64
FT_STRING, except that it converts the data from the packet from EBCDIC to ASCII for display in Wireshark. svn path=/trunk/; revision=23503
2007-11-19Detect reneged acks or at least retransmissions after an ack was seen. MarkJeff Morriss1-25/+31
them with an expert info (PI_WARN). Change "Duplicate TSN" expert info to "Retransmitted TSN" and make it PI_NOTE instead of PI_WARN. Change "More than 100 TSNs gap-acked" expert info to PI_WARN (from PI_NOTE). Frame numbers (and count of retransmissions) are unsigned, display them that way. svn path=/trunk/; revision=23502
2007-11-19Improved "BER Error" messages to be more uniform.Stig Bjørlykke1-43/+48
svn path=/trunk/; revision=23501
2007-11-19Only show direction field when its set to a valid value.Martin Mathieson1-2/+3
svn path=/trunk/; revision=23498
2007-11-19Second try to not stop processing if length==0 in choice.Stig Bjørlykke1-0/+16
svn path=/trunk/; revision=23497
2007-11-19Fix an infinite loop, and be more paranoid about looping in general.Gerald Combs1-53/+64
svn path=/trunk/; revision=23496
2007-11-19Added port range.Stig Bjørlykke1-94/+111
Added a dissector assert on inconsistent data. Do not align retransmission or duplicate acknowledgement data in COL_INFO. Removed several _U_ for used variables. Re-indented some if-blocks. svn path=/trunk/; revision=23492
2007-11-19Added port range.Stig Bjørlykke1-47/+34
svn path=/trunk/; revision=23491
2007-11-19Initialize credentials.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23490
2007-11-19Reverted r23485 and r23486, this was not a correct fix.Stig Bjørlykke1-24/+0
svn path=/trunk/; revision=23489
2007-11-18And dump internal ber fields for empty choice field.Stig Bjørlykke1-0/+8
svn path=/trunk/; revision=23486
2007-11-18As proposed by Martin Peylo:Stig Bjørlykke1-0/+16
Do not stop processing if the length of a choice has the (illegal) value of zero. svn path=/trunk/; revision=23485
2007-11-18fix bug 1459: make the filter string "ip.version == 6" possible, by adding a ↵Ulf Lamping1-2/+15
"pseudo" field svn path=/trunk/; revision=23483
2007-11-17Add ppp.direction field.Martin Mathieson1-0/+18
svn path=/trunk/; revision=23481
2007-11-17Comment out dissect_ascii_tpkt to keep the buildbot happy.Graeme Lunt1-1/+2
svn path=/trunk/; revision=23480
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ↵Graeme Lunt5-79/+6044
the list: http://www.wireshark.org/lists/wireshark-dev/200711/msg00228.html Only a single (private) capture file is currently available which contains only a few of the P7 operations, so testing has been minimal. General attribute types, containing information from the X.400 envelope, are also included. svn path=/trunk/; revision=23479
2007-11-17The asciitpkt checkin broke the TPKT dissector comment out ↵Anders Broman1-3/+4
create_dissector_handle() and dissector_add() for now. svn path=/trunk/; revision=23478
2007-11-17Add missing header file (eap.h)Martin Mathieson1-1/+2
svn path=/trunk/; revision=23476
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs3-274/+281
variable warnings turned up by Valgrind. svn path=/trunk/; revision=23475
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson3-19/+60
svn path=/trunk/; revision=23474
2007-11-16When reassembly is off, catch ReportedBoundsError when calling a subdissectorJeff Morriss2-6/+33
on the first fragment of a fragmented message. This allows us to continue dissecting chunks even if one of the first chunks in the frame was fragmented. (It's useful to keep doing this partial dissection just so we have some idea what's in that chunk.) (One could rightfully argue that you should only see a fragmented chunk bundled with another chunk when retransmitting but, well, I'm staring at traces of an implementation--to remain nameless to protect the guilty--which is sometimes fragmenting and then bundling the fragments into one packet.) svn path=/trunk/; revision=23471
2007-11-16When reassembly is turned off don't pass non-first fragments to ↵Jeff Morriss1-2/+12
subdissectors: they will have no idea what they're getting and will exception out anyway. svn path=/trunk/; revision=23469
2007-11-16Add {} to some IF statements.Anders Broman1-5/+8
svn path=/trunk/; revision=23468
2007-11-16From Harmeet Sawhney:Anders Broman3-10/+326
Parse MGCP over TCP with ASCII TPKT header http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1964 svn path=/trunk/; revision=23466
2007-11-15From Yaniv Kaul :Mike Duigou1-0/+1
Adds application/rss+xml mime type as a recognized XML type. It is used by some RSS servers. svn path=/trunk/; revision=23465
2007-11-15Don't try to reassemble a huge number of fragments.Gerald Combs1-0/+5
svn path=/trunk/; revision=23463