Wireshark-commits: [Wireshark-commits] rev 24460: /trunk-0.99.8/ /trunk-0.99.8/epan/dissectors/: pa

Date: Mon, 25 Feb 2008 18:12:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24460

User: gerald
Date: 2008/02/25 06:12 PM

Log:
 Copy over revisions from the trunk:
 ------------------------------------------------------------------------
 r24449 | guy | 2008-02-23 18:00:40 -0800 (Sat, 23 Feb 2008) | 6 lines
 Changed paths:
    M /trunk/Makefile.am
 
 Include docbook/ws.css in the release tarball, as we need it for
 building man pages.  Make ws.css in the current directory depend on
 $(srcdir)/docbook/ws.css, not just docbook/ws.css, so that builds work
 outside the source directory.  Clean up ws.css in the current directory
 when doing "make distclean".
 
 ------------------------------------------------------------------------
 r24457 | gerald | 2008-02-24 16:00:41 -0800 (Sun, 24 Feb 2008) | 2 lines
 Changed paths:
    M /trunk/asn1/snmp/packet-snmp-template.c
    M /trunk/epan/dissectors/packet-snmp.c
    M /trunk/epan/dissectors/packet-snmp.h
 
 Handle unsigned SMI types. This should fix bug 2292.
 
 ------------------------------------------------------------------------
 r24459 | morriss | 2008-02-25 07:21:20 -0800 (Mon, 25 Feb 2008) | 1 line
 Changed paths:
    M /trunk/plugins/ethercat/packet-ethercat-datagram.c
 
 From Richard Kuemmel via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1430 : fix length mask.
 ------------------------------------------------------------------------

Directory: /trunk-0.99.8/epan/dissectors/
  Changes    Path             Action
  +26 -22    packet-snmp.c    Modified
  +1 -1      packet-snmp.h    Modified

Directory: /trunk-0.99.8/plugins/ethercat/
  Changes    Path                          Action
  +1 -1      packet-ethercat-datagram.c    Modified

Directory: /trunk-0.99.8/asn1/snmp/
  Changes    Path                      Action
  +5 -1      packet-snmp-template.c    Modified

Directory: /trunk-0.99.8/
  Changes    Path           Action
  +5 -3      Makefile.am    Modified