Commit Graph

4251 Commits

Author SHA1 Message Date
Martin Mathieson bb910ed113 Remove \n from long preference description
svn path=/trunk/; revision=20114
2006-12-11 13:33:46 +00:00
Martin Mathieson 5f6cad23a2 Try to fix build (on Linux at least...) by including <errno.h>
svn path=/trunk/; revision=20113
2006-12-11 10:43:43 +00:00
Ronnie Sahlberg 21f0235936 fixup ERASE16 FORMAT_MEDIUM and LOAD_UNLOAD commands
svn path=/trunk/; revision=20112
2006-12-11 10:15:42 +00:00
Guy Harris c5b7476a35 For length errors, add an error item for the expert info, and put a tag
in the summary line.

svn path=/trunk/; revision=20111
2006-12-11 09:55:22 +00:00
Ronnie Sahlberg 2b8517a1c1 add comment that the dissector is based on SBC2
this dissector should be in fairly good shape now


svn path=/trunk/; revision=20110
2006-12-11 09:07:10 +00:00
Ronnie Sahlberg 1765b2e83e add a comment about the (few) opcodes that are still missing
svn path=/trunk/; revision=20109
2006-12-11 09:04:58 +00:00
Tomas Kukosa 9f6a4d9f27 SSL keys configuration can be read from file
svn path=/trunk/; revision=20108
2006-12-11 08:47:38 +00:00
Guy Harris 562570782d Add #defines for the authentication types, and use them.
Squelch some compiler warnings.

Get rid of a C++/C99 comment.

Fix some typoes.

Clean up indentation.

svn path=/trunk/; revision=20105
2006-12-11 01:55:50 +00:00
Anders Broman e9ddf3558a Applied the patch http://www.wireshark.org/lists/wireshark-dev/200606/msg01818.html
from Jason Allred.
Added some more V2 dissection but far from complete.

svn path=/trunk/; revision=20103
2006-12-10 22:58:55 +00:00
Ronnie Sahlberg 34824cb310 change all sbc2 references into sbc
svn path=/trunk/; revision=20100
2006-12-10 13:52:30 +00:00
Ronnie Sahlberg f819b845bf add dissection of
writelong10
writesame10/16
xdread10
xdwrite10
xdwriteread10
xpwrite10


svn path=/trunk/; revision=20099
2006-12-10 13:38:42 +00:00
Ronnie Sahlberg 43bdbd0a78 fix the WRVERIFY commands
svn path=/trunk/; revision=20098
2006-12-10 13:04:37 +00:00
Ronnie Sahlberg f53a3fb764 fixup WRITE 6,10,12,16
svn path=/trunk/; revision=20097
2006-12-10 12:01:36 +00:00
Ronnie Sahlberg 08e24dec09 fix the broken VERIFY 10, 12, 16
svn path=/trunk/; revision=20096
2006-12-10 11:43:02 +00:00
Ronnie Sahlberg f9e28612b0 add SYNC CACHE 10 and 16
svn path=/trunk/; revision=20095
2006-12-10 11:14:35 +00:00
Stephen Fisher e8458b3b84 Result of "compiling" s4406.cnf (that changed with SVN revision 20093.)
svn path=/trunk/; revision=20094
2006-12-10 04:57:47 +00:00
Guy Harris ee74b05478 Treat the UDP checksum the same way the TCP checksum is treated - mark
the "checksum bad" and "checksum good" flags as generated fields, add
an expert info item on a checksum error, and put a "checksum incorrect"
indication in the Info column.

Clean up indentation.

svn path=/trunk/; revision=20092
2006-12-10 04:12:35 +00:00
Ronnie Sahlberg 4969d6e830 fixup START STOP UNIT
svn path=/trunk/; revision=20091
2006-12-10 03:56:25 +00:00
Ronnie Sahlberg a070eb77f3 fixup REASSIGN BLOCKS
svn path=/trunk/; revision=20090
2006-12-10 03:47:11 +00:00
Ronnie Sahlberg 9f4df27dc3 add dissection of READ LONG 16
svn path=/trunk/; revision=20089
2006-12-10 02:59:09 +00:00
Ronnie Sahlberg f73e437caf add dissection of READLONG10
svn path=/trunk/; revision=20088
2006-12-10 02:45:06 +00:00
Ronnie Sahlberg 069010285f fix up READEFECTDATA 10 and 12
svn path=/trunk/; revision=20087
2006-12-10 02:32:57 +00:00
Ronnie Sahlberg 9b0bd534a4 improve READCAPACITY10
svn path=/trunk/; revision=20086
2006-12-10 01:53:19 +00:00
Ronnie Sahlberg 9e68e2b237 fix up READ6 READ10 READ12 and READ16 to dissect the flags and the group in the cdb
svn path=/trunk/; revision=20085
2006-12-10 00:43:24 +00:00
Ronnie Sahlberg 2a99a93c64 Add dissection of the PREFETCH10 and PREFETCH16 SBC commands
svn path=/trunk/; revision=20083
2006-12-09 22:30:12 +00:00
Ronnie Sahlberg 2f20c29b9a dissect the flags of FORMAT_UNIT
change some hf definitions where FT_BOOLEAN types had the wrong length specified
(BASE_[HEX|DEC] instead of length of field in bits)


svn path=/trunk/; revision=20082
2006-12-09 21:29:06 +00:00
Stephen Fisher 5a3ec27194 Change a match_strval() to val_to_str() in a col_add_fstr() call to prevent
problems if there isn't a match (corrupted packet). 


svn path=/trunk/; revision=20077
2006-12-09 02:25:23 +00:00
Guy Harris 21726d3714 The XOT dissector is now a "new-style" dissector; register it as such.
svn path=/trunk/; revision=20073
2006-12-08 19:32:53 +00:00
Jörg Mayer e26860607d Get rid of UCD SNMP support (it's not longer supported and
superseeded by net-snmp). Replace some_snmp by net_snmp
where appropriate.


svn path=/trunk/; revision=20071
2006-12-08 15:05:41 +00:00
Anders Broman 771d0fc34a Revert some dissector_handle_t to static changes to make it compile again.
svn path=/trunk/; revision=20064
2006-12-07 20:53:32 +00:00
Stephen Fisher e1ebcca66a From Francesco Fondelli: Update/addition to Bandwidth Constraints Model code
in OSPF.


svn path=/trunk/; revision=20063
2006-12-07 20:34:21 +00:00
Anders Broman d61e373bb4 As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t to static.
svn path=/trunk/; revision=20062
2006-12-07 20:34:08 +00:00
Martin Mathieson f4e3b4c033 Fix range highlighted by EDCH sfn header tree
svn path=/trunk/; revision=20060
2006-12-07 18:06:22 +00:00
Martin Mathieson 2552039f08 EDCH - show total number of PDUs in info column
svn path=/trunk/; revision=20059
2006-12-07 11:31:25 +00:00
Ronnie Sahlberg c413602d77 strengthen the heuristics for iscsi commandis assuming that the last 6 bytes of the 8 byte LUN blob are always 0.
svn path=/trunk/; revision=20058
2006-12-07 09:28:16 +00:00
Stephen Fisher a2d7a32d7b Fix for enhancement bug #1260. Now packet-text-media will display the
line terminators (\r and/or \n) for line-based data such as that used in
HTML.


svn path=/trunk/; revision=20057
2006-12-06 23:34:28 +00:00
Anders Broman bb3b431776 Prepare to decode Q.850 REASON.
svn path=/trunk/; revision=20056
2006-12-06 22:08:32 +00:00
Anders Broman 6becee230b Fix a typo.
svn path=/trunk/; revision=20055
2006-12-06 22:05:55 +00:00
Anders Broman 9aea451086 Dissect EAP inside ISAKMP update some strings from IANA.
(fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=777)

svn path=/trunk/; revision=20054
2006-12-06 22:03:45 +00:00
Gerald Combs 8e397a2617 Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compiler
warning in the 802.11 dissector.

svn path=/trunk/; revision=20053
2006-12-06 20:29:54 +00:00
Gerald Combs b751cf6797 Fix preference registration.
svn path=/trunk/; revision=20051
2006-12-05 20:57:22 +00:00
Gerald Combs e99902c38a Fix a compilation error, and squelch a couple of other errors.
svn path=/trunk/; revision=20050
2006-12-05 19:39:54 +00:00
Gerald Combs a980d04783 From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption
support.

WEP key preferences have been overloaded to allow WPA keys.  The
decryption code currently uses Windows-specific data types, but can be
converted to use glib equivalents.

Add a few text and whitespace fixups.

svn path=/trunk/; revision=20049
2006-12-05 19:24:25 +00:00
Martin Mathieson 3c9a154750 Via param name copy-paste error
svn path=/trunk/; revision=20047
2006-12-05 14:20:55 +00:00
Ulf Lamping f611704fd2 fix output of PROFINET specific MAC addresses - it simply displayed garbage
svn path=/trunk/; revision=20044
2006-12-05 08:07:00 +00:00
Anders Broman 3c8dcc67bb Fix a cut and paste error.
svn path=/trunk/; revision=20043
2006-12-05 06:53:28 +00:00
Anders Broman 2f849c368a From Cristian Constantin:
As a workarond for the problem that accsessing a state with a state id > the stored
minimum access length fail,  only store and compare the state with the minimum access
lengt specified in the standard of 6 bytes.

svn path=/trunk/; revision=20041
2006-12-05 06:43:47 +00:00
Bill Meier a481698a95 Remove unused variable
svn path=/trunk/; revision=20038
2006-12-05 02:53:39 +00:00
Anders Broman 9226c9ef57 Add description of CT AS TIAS and H263-2000 profile.
svn path=/trunk/; revision=20035
2006-12-04 23:03:11 +00:00
Stephen Fisher 918ed4c03d Solution for enhancement "bug" #1254: "MSSQL / TDS parser should decode
passwords"


svn path=/trunk/; revision=20032
2006-12-02 01:08:16 +00:00