ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 33660: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-g

Date: Wed, 28 Jul 2010 23:25:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33660

User: gerald
Date: 2010/07/28 04:25 PM

Log:
 Copy over revisions from the trunk:
 
 ------------------------------------------------------------------------
 r33637 | wmeier | 2010-07-26 12:00:44 -0700 (Mon, 26 Jul 2010) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ipmi.c
 
 Fix potential infinite loop: for (guint8=0; guint8 < int; guint8++);
 Fixes bug #5053.
 ------------------------------------------------------------------------
 r33643 | jake | 2010-07-26 23:46:00 -0700 (Mon, 26 Jul 2010) | 4 lines
 Changed paths:
    M /trunk/plugins/unistim/packet-unistim.c
 
 From Don Newton:
 Fails to decrement msg_len on 3 different message types which causes the
 dissector to attempt to decode an addition or misplaced unistim cmd.
 ------------------------------------------------------------------------
 r33648 | etxrab | 2010-07-28 09:13:56 -0700 (Wed, 28 Jul 2010) | 2 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-gtp.c
 
 Split dissection of GTP and GTP' in ordet to try to fix bug
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5055
 ------------------------------------------------------------------------
 r33654 | etxrab | 2010-07-28 14:13:05 -0700 (Wed, 28 Jul 2010) | 4 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-nas_eps.c
 
 From Pascal Quantin:
 The attached patch fixes the dissection of the PDN Disconnect Request message
 in case the optional Protocol Configuration Options IE is not present.
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5065
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path                Action
  +52 -31    packet-gtp.c        Modified
  +2 -2      packet-ipmi.c       Modified
  +2 -0      packet-nas_eps.c    Modified

Directory: /trunk-1.4/plugins/unistim/
  Changes    Path                Action
  +3 -3      packet-unistim.c    Modified