Wireshark-commits: [Wireshark-commits] rev 40360: /trunk-1.4/ /trunk-1.4/epan/dissectors/: packet-h
From: jake@xxxxxxxxxxxxx
Date: Tue, 03 Jan 2012 08:10:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40360 User: jake Date: 2012/01/03 12:10 AM Log: ------------------------------------------------------------------------ r40194 | guy | 2011-12-14 03:46:16 +0100 (Wed, 14 Dec 2011) | 6 lines Put back the checks for null arguments, but report a dissector bug if we're given null pointers. Put in comments clarifying that some routines intentionally do *not* null terminate the strings they produce. ------------------------------------------------------------------------ r40195 | guy | 2011-12-14 03:55:26 +0100 (Wed, 14 Dec 2011) | 18 lines Refer to a PID of 0x0002 as the PID for the HP Teaming heartbeat protocol. Point to an HP document o the protocol, and discuss the two ways to hook up the dissector. Don't bother checking the destination address - either the OUI/PID suffices, or the MAC address is both necessary and, presumably, sufficient and we need to introduce a heuristic dissector table for SNAP frames. What's more, there's no guarantee that the destination address is a MAC address - it might be absent, e.g. because you're capturing on the Linux "any" device and are getting the "Linux cooked" header, with only a destination address. Don't put the source address into the Info column - it's already in the source column *if* it exists (which it might not, for packets captured from the "any" device and sent by the machine doing the capturing). ------------------------------------------------------------------------ r40196 | guy | 2011-12-14 06:23:57 +0100 (Wed, 14 Dec 2011) | 4 lines Put back the source MAC address, but do it right, in one column_add_fstr() call, and using ep_address_to_str(), so it can handle any address type, including AT_NONE if the source address isn't available. ------------------------------------------------------------------------ r40245 | cmaynard | 2011-12-19 18:59:34 +0100 (Mon, 19 Dec 2011) | 2 lines Tighten up conversation port matching once the 2nd port is known. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5727 ------------------------------------------------------------------------ r40266 | cmaynard | 2011-12-21 22:34:37 +0100 (Wed, 21 Dec 2011) | 2 lines Avoid a potential buffer overflow (and fix some typos). Resolves bug 6391: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6391 ------------------------------------------------------------------------ r40275 | cmaynard | 2011-12-22 15:49:43 +0100 (Thu, 22 Dec 2011) | 4 lines What is the airspeed velocity of an unladen swallow? aspell and my own spelling preferences do not always agree with the spelling variations used by folks across the pond. Revert a couple of spelling changes. ------------------------------------------------------------------------ r40274 | guy | 2011-12-22 10:22:35 +0100 (Thu, 22 Dec 2011) | 5 lines The encapsulation following WTAP_ENCAP_ARCNET is WTAP_ENCAP_ARCNET_LINUX; update various tables mapping Wiretap encapsulations to file-type encapsulations. Get rid of some trailing "sorry, that's not supported" entries while we're at it. ------------------------------------------------------------------------ r40280 | cmaynard | 2011-12-22 20:22:43 +0100 (Thu, 22 Dec 2011) | 2 lines Revert some of the changes made as part of the patch from bug 6194 committed in r38326. Also, change the 3 separate reserved bit fields to a single 3-bit reserved field to more closely match the spec. Lastly, in accordance with NOTE 2 of Table 3-1 of the spec, display the connection id, whatever it is, rather than assuming it's zero just because the Com bit isn't set. ------------------------------------------------------------------------ r40281 | cmaynard | 2011-12-22 20:41:13 +0100 (Thu, 22 Dec 2011) | 2 lines Appease the buildbots. ------------------------------------------------------------------------ r40304 | cmaynard | 2011-12-27 19:16:12 +0100 (Tue, 27 Dec 2011) | 2 lines From Jim Young via bug 5580: Only update the time elapsed between the previous displayed packet and this packet if the packet is actually displayed. Ref: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5580 ------------------------------------------------------------------------ r40316 | gerald | 2011-12-28 21:29:13 +0100 (Wed, 28 Dec 2011) | 3 lines Add "peflags" to the list of required executables. Use it to make sure the DLLs we use have DEP and ASLR enabled. ------------------------------------------------------------------------ r40317 | gerald | 2011-12-28 23:37:38 +0100 (Wed, 28 Dec 2011) | 4 lines Simplify wireshark.nsi a bit by copying DLLs from the wireshark-gtk2 directory. This picks up any DEP/ASLR-related changes. Run peflags on more DLLs. ------------------------------------------------------------------------ r40353 | stig | 2012-01-01 11:02:11 +0100 (Sun, 01 Jan 2012) | 1 line Happy New Year! ------------------------------------------------------------------------ Updated release notes. Directory: /trunk-1.4/epan/dissectors/ Changes Path Action +45 -25 packet-hpteam.c Modified +2 -2 packet-rlc.c Modified +81 -80 packet-tcp.c Modified +9 -4 packet-tftp.c Modified Directory: /trunk-1.4/docbook/ Changes Path Action +30 -0 release-notes.xml Modified Directory: /trunk-1.4/epan/ Changes Path Action +43 -16 to_str.c Modified Directory: /trunk-1.4/packaging/macosx/ Changes Path Action +2 -2 Info.plist.in Modified Directory: /trunk-1.4/packaging/nsis/ Changes Path Action +44 -47 wireshark.nsi Modified Directory: /trunk-1.4/ Changes Path Action +6 -0 Makefile.nmake Modified +6 -5 file.c Modified +1 -1 version_info.c Modified (5 files not shown)
- Prev by Date: [Wireshark-commits] rev 40359: /trunk/ /trunk/: Makefile.common
- Next by Date: [Wireshark-commits] buildbot failure in Wireshark 1.4 on Windows-7-x64
- Previous by thread: [Wireshark-commits] rev 40359: /trunk/ /trunk/: Makefile.common
- Next by thread: [Wireshark-commits] buildbot failure in Wireshark 1.4 on Windows-7-x64
- Index(es):