Wireshark-commits: [Wireshark-commits] rev 25836: /trunk-1.0/ /trunk-1.0/packaging/rpm/SPECS/: wire
Date: Sat, 26 Jul 2008 00:01:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25836

User: gerald
Date: 2008/07/25 05:01 PM

Log:
 Bump the version to 1.0.3. Update the release notes. Copy over revisions
 from the trunk:
 
 ------------------------------------------------------------------------
 r24833 | jake | 2008-04-06 23:36:10 -0700 (Sun, 06 Apr 2008) | 10 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-mikey.c
 
 From David Bernard:
 This patch improves MIKEY support in Wireshark. 
 
 The payload types "Error" and "General Extension" are now supported.
 
 The "KEMAC" payload type now support dissecting its sub-payloads "Key Data" and
 "Key Validity", but only for PSK (Pre-Shared key) mode with NULL encryption. So
 this will dissects properly the TGK and SALT keys for example.
 
 No decrypting is performed, only decoding.
 ------------------------------------------------------------------------
 r24878 | morriss | 2008-04-10 12:35:07 -0700 (Thu, 10 Apr 2008) | 1 line
 Changed paths:
    M /trunk/epan/dissectors/packet-redbackli.c
 
 From Florian Lohoff: fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2376 (and hopefully the other complaints about RedbackLI grabbing packets that aren't RedbackLI) by strengthening the heuristics.
 ------------------------------------------------------------------------
 r25033 | jmayer | 2008-04-14 18:26:02 -0700 (Mon, 14 Apr 2008) | 1 line
 Changed paths:
    M /trunk/packaging/rpm/SPECS/wireshark.spec.in
 
 configure seems to install the manpages into .../share/man/, not .../man/
 ------------------------------------------------------------------------
 r25289 | sake | 2008-05-13 15:45:04 -0700 (Tue, 13 May 2008) | 7 lines
 Changed paths:
    M /trunk/epan/follow.c
 
 Fix the tcp reassembly routine in epan/follow.c :
 
 - Don't do '<gulongvar>-<gulongvar> > 0' as it will always be true :-)
 - Handle the case where a segment is partially retransmitted
 
 ------------------------------------------------------------------------
 r25322 | jake | 2008-05-19 23:29:11 -0700 (Mon, 19 May 2008) | 1 line
 Changed paths:
    M /trunk/epan/libwireshark.def
 
 Add PTV cursor API to Win32 exported functions
 ------------------------------------------------------------------------

Directory: /trunk-1.0/packaging/rpm/SPECS/
  Changes    Path                 Action
  +1 -1      wireshark.spec.in    Modified

Directory: /trunk-1.0/epan/dissectors/
  Changes    Path                  Action
  +301 -85   packet-mikey.c        Modified
  +11 -1     packet-redbackli.c    Modified

Directory: /trunk-1.0/docbook/
  Changes    Path                 Action
  +16 -5     release-notes.xml    Modified

Directory: /trunk-1.0/epan/
  Changes    Path                Action
  +37 -1     follow.c            Modified
  +15 -1     libwireshark.def    Modified

Directory: /trunk-1.0/
  Changes    Path            Action
  +1 -1      config.nmake    Modified
  +1 -1      configure.in    Modified
  +2 -2      version.conf    Modified