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 43220: /trunk-1.8/ /trunk-1.8/epan/dissectors/: packet-p

Date: Mon, 11 Jun 2012 23:26:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43220

User: gerald
Date: 2012/06/11 04:26 PM

Log:
 Copy over revisions from the trunk:
 
   ------------------------------------------------------------------------
   r43184 | wmeier | 2012-06-10 08:10:11 -0700 (Sun, 10 Jun 2012) | 5 lines
   Changed paths:
      M /trunk/epan/proto.c
 
   Fix bug wherein values in a custom column aren't displayed as a value_string (when appropriate).
   Essentially: BASE_CUSTOM is "base_display_e value" (like BASE_DEC) *not* a bit-mask
    (like BASE_EXT_STRING).
   Bug introduced in SVN #39902
   ------------------------------------------------------------------------
   r43186 | wmeier | 2012-06-10 12:23:50 -0700 (Sun, 10 Jun 2012) | 3 lines
   Changed paths:
      M /trunk/epan/proto.c
 
   Fix "BASE_CUSTOM field is incorrectly formatted when applied as a column".
   Resolves Bug #6671 - https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6671
   ------------------------------------------------------------------------
   r43187 | cmaynard | 2012-06-10 12:43:40 -0700 (Sun, 10 Jun 2012) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-udp.c
 
   Fix UDP-Lite checksum verification bug introduced with r40387 and reported by "answer" via http://ask.wireshark.org/questions/11798/is-udp-lite-checksum-correct-ipv6
   There is a difference between the UDP and UDP-Lite pseudo header that wasn't realized when r40387 was committed.  Details of the difference in http://tools.ietf.org/html/rfc3828#section-3.2
   ------------------------------------------------------------------------
   r43193 | cmaynard | 2012-06-10 19:43:16 -0700 (Sun, 10 Jun 2012) | 2 lines
   Changed paths:
      M /trunk/ui/gtk/print_dlg.c
 
   Set the default for printing or exporting packets to displayed packets only.
   ------------------------------------------------------------------------
   r43195 | cmaynard | 2012-06-10 20:51:47 -0700 (Sun, 10 Jun 2012) | 2 lines
   Changed paths:
      M /trunk/docbook/release-notes.xml
 
   Expand the item regarding displayed packets, rather than all packets, as being the default when saving to also include exporting and printing as well.
   ------------------------------------------------------------------------
   r43194 | wmeier | 2012-06-10 20:36:04 -0700 (Sun, 10 Jun 2012) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-rsvp.c
 
   From Evan Huus: Missing breaks in packet-rsvp.c
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7353
   ------------------------------------------------------------------------
   r43203 | pascal | 2012-06-11 06:54:06 -0700 (Mon, 11 Jun 2012) | 3 lines
   Changed paths:
      M /trunk/epan/dissectors/packet-per.c
 
   Use restricted character string decoding for IA5String type
   Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6246
   ------------------------------------------------------------------------

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path             Action
  +14 -12    packet-per.c     Modified
  +2 -0      packet-rsvp.c    Modified
  +8 -2      packet-udp.c     Modified

Directory: /trunk-1.8/docbook/
  Changes    Path                 Action
  +3 -2      release-notes.xml    Modified

Directory: /trunk-1.8/epan/
  Changes    Path          Action
  +25 -13    proto.c       Modified

Directory: /trunk-1.8/ui/gtk/
  Changes    Path           Action
  +7 -0      print_dlg.c    Modified