aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-10-07From Martin Peylo:Anders Broman30-906/+2100
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1888 There are new versions of CMP (v2) in RFC4210 and CRMF (v2) in RFC4211. The right to exist of CRMF is bound to CMP so I don't split that into two bug reports. I'll upload the new (slightly handmassaged) ASN.1 files for both protocols, along with patches for the respective cnf files, where I also added new #.REGISTER statements. Additionally I had to export some definitions from pkix1explicit (Attribute, Time, UniqueIdentifier and Version) and from pkix1implicit (KeyIdentifier). I'll also upload a patch for that. I uploaded a CMPv2 sample (with errors in the protocol!) to the wiki. svn path=/trunk/; revision=23082
2007-10-07Add ethertype for IEEE 802.1ag Connectivity Fault Management (CFM) protocolAnders Broman2-0/+5
svn path=/trunk/; revision=23081
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingStig Bjørlykke3-25/+38
LocalIdentifier when problems with the GlobalDomainIdentifier. - Initialize global pointers to avoid potential crashes. svn path=/trunk/; revision=23080
2007-10-06- Added option to use relative message id (MSID)Stig Bjørlykke1-21/+88
- Added generated entry for total missing sequence numbers - Added expert info on invalid ack info length - Added count of ack in info column svn path=/trunk/; revision=23079
2007-10-05From Andrei Rubaniuk:Stig Bjørlykke2-1483/+2586
This patch adds support for IMPS 1.3 protocol dissection and also updates IMPS 1.2 protocol to approved release version. From me: - Updated vals_wbxml_public_ids table. - Reindented file. svn path=/trunk/; revision=23078
2007-10-05If wtap_open_offline() fails, print the errno tooJeff Morriss1-1/+1
svn path=/trunk/; revision=23077
2007-10-05In the various Makefiles, remove checks for NO_PROTO_OPT and allow PROT_OPTGerald Combs2-9/+2
to be overridden further up the chain, e.g. in Makefile.common svn path=/trunk/; revision=23076
2007-10-05From Andrew Feren via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1606 :Jeff Morriss1-47/+121
1) IPFIX port (4739) should be configurable without recompiling 2) It should be possible to specify more than one port to be dissected as Netflow and/or IPFIX 3) Netflow should recognize UDP ports 2055 and 9996 (Both are common) Also (from me): - make Netflow a "new style" dissector: return 0 if it doesn't appear to be a valid netflow packet - register the old preference (cflow.udp.port) as obsolete so users don't see warnings about it not being valid svn path=/trunk/; revision=23075
2007-10-05hopefully this will do what Thomas wants for NO_PROTO_OPTRichard van der Hoff1-6/+5
svn path=/trunk/; revision=23074
2007-10-05next fix of my mistake :(Tomas Kukosa1-2/+2
svn path=/trunk/; revision=23073
2007-10-05comment out some lines till I learn how to write Linux makefileTomas Kukosa1-5/+6
svn path=/trunk/; revision=23072
2007-10-05try to fix Linux makefileTomas Kukosa1-3/+3
svn path=/trunk/; revision=23071
2007-10-05allow to omit -p <proto> optionTomas Kukosa2-2/+14
svn path=/trunk/; revision=23070
2007-10-05export more types from H.225.0 and H.245 which will be necessary for ↵Tomas Kukosa13-177/+280
H.460.x, H.323 (Annex M,R), H.501 svn path=/trunk/; revision=23069
2007-10-05do not prepend './' before input file name if -D <dir> option is not usedTomas Kukosa1-3/+4
it made problem with absolute path usage svn path=/trunk/; revision=23068
2007-10-04Mask out correct bits in EBIT.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23067
2007-10-04Make selected length of first line include \r\n (as header lines do).Martin Mathieson1-6/+13
Make 'Message Body' a proper filterable field. svn path=/trunk/; revision=23066
2007-10-03Added parentheses to make the buildbot happy.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=23065
2007-10-03check version of each block and don't try to dissect a block if the version ↵Ulf Lamping1-212/+695
is not as expected (to avoid "miss-dissections") svn path=/trunk/; revision=23064
2007-10-03fix some comments and sort functions by functionalityUlf Lamping1-26/+36
svn path=/trunk/; revision=23063
2007-10-03update to changes in the source filesUlf Lamping1-11/+12
svn path=/trunk/; revision=23062
2007-10-03Fixes reassembly of chunked http-responses spanning multiple tcp segmentsSake Blok1-3/+1
(bugs 1581,1851 and 1868) svn path=/trunk/; revision=23061
2007-10-03Updated scsi_verdesc_val from appendix D in spc-3.Stig Bjørlykke1-32/+239
Dump Inquiry Vendor Specific and Reserved fields as bytes. (still missing dumping of Clocking/QAS/IUS bits) svn path=/trunk/; revision=23060
2007-10-03Use correct offset for sccs, bque and reladdr flags.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=23059
2007-10-03This patch adds two new column types:Sake Blok6-3/+104
- COL_REL_CONV_TIME which is used to display the time relative to the first frame that was seen in the conversation - COL_DELTA_CONV_TIME which is used to display the delta time from the previous frame of the conversation It also adds the function "col_set_time()" to "epan/column-utils.[ch]" which can be called from within a dissector to set either of these two columns to the appropiate time. Last but not least, it lets the tcp-dissector make use of these two columns. svn path=/trunk/; revision=23058
2007-10-02make the sbus dissector nwe-style and make it check that the packet does Ronnie Sahlberg1-3/+41
indeed look like sbus before taking it. this fixes bug 1871 svn path=/trunk/; revision=23057
2007-10-02bug 1872Ronnie Sahlberg1-23/+23
from chris maynard fix some filter names for ansi_a svn path=/trunk/; revision=23056
2007-10-02ifdef out a function that is not yet usedRonnie Sahlberg1-0/+3
svn path=/trunk/; revision=23055
2007-10-02Fix commentsAnders Broman1-1/+3
svn path=/trunk/; revision=23054
2007-10-02Dissect more IE'sAnders Broman3-9/+635
svn path=/trunk/; revision=23053
2007-10-02Check return value from ptvcursor_add in an attempt to fix bug 1886.Stig Bjørlykke1-11/+17
svn path=/trunk/; revision=23052
2007-10-02Use given length when decoding fhandles as unknown.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23051
2007-10-02Added a missing break - fixing bug 1890.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=23050
2007-10-02Do not indicate bogus length if inside an icmp.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23049
2007-10-02Make the CPFI dissector new style: return 0 in several cases (including if ↵Jeff Morriss1-49/+50
we don't have MAC addresses for the packet) to give other dissectors a chance to dissect the packet. I rearranged the code quite a bit here and don't have a sample capture to test against: hopefully I didn't break anything. svn path=/trunk/; revision=23048
2007-10-02review and update list of TLS cipher suitesTomas Kukosa1-13/+77
svn path=/trunk/; revision=23047
2007-10-02coverity 263 check if variable is null before dereferencing itRonnie Sahlberg1-2/+3
svn path=/trunk/; revision=23046
2007-10-02remove a test for null that we dont need since the variable can not be Ronnie Sahlberg2-6/+2
null at this point svn path=/trunk/; revision=23045
2007-10-02get rid of a check for null we dont needRonnie Sahlberg1-3/+1
coverity 257 svn path=/trunk/; revision=23044
2007-10-02support of 'ANY DEFINED BY' from X.208 which is obsolete but still used in ↵Tomas Kukosa1-6/+12
some RFCs svn path=/trunk/; revision=23043
2007-10-02be a bit more verbose, if the name given to register_dissector_table() is ↵Ulf Lamping1-1/+3
not unique (e.g. because of a buggy/duplicated plugin) svn path=/trunk/; revision=23042
2007-10-02update to latest IEC draftUlf Lamping1-8/+65
svn path=/trunk/; revision=23041
2007-10-01Add 'C' as a valid -N option in error message.Bill Meier1-1/+2
svn path=/trunk/; revision=23040
2007-09-30change dissect_radius() to become a new-style dissector that can reject Ronnie Sahlberg1-69/+123
packets that doesnt look like valid radius. verify that a packet is radius by checking that the command code is known and also that the length is between 20 and 4096 bytes move the tap data to be ep_allocated instead of a static global variable dont use tvb_memcpy() to read a structure off the wiredata use tvb_get_... to unmarshall the fields explicitely this fixes bug 1634 svn path=/trunk/; revision=23039
2007-09-30update filter fields for bug 1803Ronnie Sahlberg7-168/+168
svn path=/trunk/; revision=23038
2007-09-30"get_compiled_version_info()" appends to the string text starting withGuy Harris1-1/+1
"with", so we shouldn't put our own "with" in there. svn path=/trunk/; revision=23037
2007-09-30Clean up indentation.Guy Harris1-49/+55
"time_t" is not guaranteed to be an "unsigned long"; when printing it with %lu, cast it to "unsigned long". The "secs" field of a wtap_nstime, however, *is* defined to be a time_t; there's no need to cast it to time_t. svn path=/trunk/; revision=23036
2007-09-30Try xdg-open before htmlview.Stig Bjørlykke1-3/+9
svn path=/trunk/; revision=23035
2007-09-30From Stéphane Loeuillet: patches to fix problems with the .desktop filesGuy Harris3-7/+3
found by desktop-file-validate: wireshark.desktop: warning: value "" for key "Path" in group "Desktop Entry" does not look like an absolute path wireshark.desktop: warning: value "GNOME;Application;Network;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" wireshark-root.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated wireshark-root.desktop: warning: value "" for key "Path" in group "Desktop Entry" does not look like an absolute path wireshark-root.desktop: warning: value "GNOME;Application;Network;" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" svn path=/trunk/; revision=23034
2007-09-30Wireshark builds with 10.4's X11 as well.Guy Harris1-3/+3
svn path=/trunk/; revision=23033