Commit graph

11 commits

Author SHA1 Message Date
Jaap Keuter
54f4d487f4 From Francesco Fondelli:
Gerrit Renker fixed a bug in DCCP dissector about long timestamps. (bad offsets)
He wrote:
> attached is a patch which updates the offsets of the timestamps.
> I have verified this against [RFC 4342, sec. 13] and it seems correct.

Also fixed file properties

svn path=/trunk/; revision=20606
2007-01-29 18:06:45 +00:00
Anders Broman
e53bccdfca This is Gerrit Renker code which:
* makes checksum computation dependent
         upon the header CsCov field (cf. RFC 4340, 5.1)
       * removes the case where checksums are zero
         (unlike UDP/packet-udp, from which the code stems,
          zero checksums are illegal in DCCP (as in TCP))
       * fixes a minor typo - missing bitshift of the
         CCVal field

svn path=/trunk/; revision=19885
2006-11-14 05:45:28 +00:00
Jaap Keuter
a3821bf4c3 Licepnse -> License
svn path=/trunk/; revision=19254
2006-09-18 13:59:30 +00:00
Ronnie Sahlberg
feab79e328 change a whole bunch of ethereal into wireshark
svn path=/trunk/; revision=18196
2006-05-21 04:49:01 +00:00
Guy Harris
b13f6dcbd3 Use the new "proto_tree_add_*_format_value" routines.
svn path=/trunk/; revision=17316
2006-02-16 11:43:38 +00:00
Jörg Mayer
eff40f65db Trivial warning fixes
svn path=/trunk/; revision=16561
2005-11-22 12:51:14 +00:00
Ronnie Sahlberg
8d54b19302 from albert chin
dont use c++ style comments


svn path=/trunk/; revision=16459
2005-11-10 21:50:30 +00:00
Gerald Combs
a493fdd54b Use a proper length for booleans. If we have a malformed packet, throw an
exception.  Fixes bug 468.

svn path=/trunk/; revision=15934
2005-09-21 16:18:30 +00:00
Ronnie Sahlberg
5d98676745 from francesco
update to remove sprintf()



svn path=/trunk/; revision=15905
2005-09-20 19:42:40 +00:00
Ronnie Sahlberg
8088098ce6 make options field filterable
remove silly rotating buffers



svn path=/trunk/; revision=15904
2005-09-20 19:36:38 +00:00
Jörg Mayer
e6194537b3 Francesco Fondelli; Add dcp support
svn path=/trunk/; revision=15897
2005-09-20 15:18:28 +00:00