Wireshark-commits: [Wireshark-commits] rev 27265: /trunk-1.0/ /trunk-1.0/epan/dissectors/: packet-a
From: gerald@xxxxxxxxxxxxx
Date: Sun, 18 Jan 2009 21:07:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27265 User: gerald Date: 2009/01/18 01:07 PM Log: Copy over revisions from the trunk with manual intervention as needed: ------------------------------------------------------------------------ r27090 | guy | 2008-12-22 12:24:41 -0800 (Mon, 22 Dec 2008) | 6 lines Changed paths: M /trunk/epan/dissectors/packet-atm.c err_posn_table[] was mis-generated (probably a cut-and-pasteo, as, given that we're using #defines for NO_ERROR_DETECTED and UNCORRECTIBLE_ERROR, the table is 2x128, rather than 8x32 like the other tables, so I probably had a loop that advanced by 8 elements but printed only 2 of them). ------------------------------------------------------------------------ r27099 | guy | 2008-12-23 11:50:21 -0800 (Tue, 23 Dec 2008) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-usb.c M /trunk/wiretap/libpcap.c M /trunk/wiretap/wtap.c M /trunk/wiretap/wtap.h Handle the new DLT_USB_LINUX_MMAP link-layer type. ------------------------------------------------------------------------ r27107 | jake | 2008-12-24 05:22:21 -0800 (Wed, 24 Dec 2008) | 1 line Changed paths: M /trunk/COPYING Address licensing questions as listed in roadmap. ------------------------------------------------------------------------ r27113 | guy | 2008-12-24 12:18:01 -0800 (Wed, 24 Dec 2008) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-usb.c M /trunk/wiretap/libpcap.c M /trunk/wiretap/wtap.h Name changes to match libpcap name change of the corresponding DLT_ value. ------------------------------------------------------------------------ r27117 | etxrab | 2008-12-26 13:19:13 -0800 (Fri, 26 Dec 2008) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-e212.c Fix: Wrong decoding IMSI with GSM MAP protocol https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3116 ------------------------------------------------------------------------ r27139 | gerald | 2008-12-30 17:20:20 -0800 (Tue, 30 Dec 2008) | 3 lines Changed paths: M /trunk/epan/wslua/wslua.h From Matt Briggs via bug 3062: Keep Lua from doing rude things to the stack. ------------------------------------------------------------------------ r27165 | morriss | 2009-01-06 06:23:38 -0800 (Tue, 06 Jan 2009) | 6 lines Changed paths: M /trunk/epan/dissectors/packet-wccp.c Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3175 by making WCCP a a "new style" dissector: if the message type is unknown then don't try to dissect the packet as WCCP. Update the URL to the (expired) ID for the v2 spec. Note in a comment that the UDP port in the spec is not IANA assigned. ------------------------------------------------------------------------ r27171 | jake | 2009-01-06 11:58:42 -0800 (Tue, 06 Jan 2009) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-cdp.c Fix for bug 3112: CDP checksum calculation has some deviations from the RFC 1071 Internet checksum algorithm, in particular when faced with odd length packets. ------------------------------------------------------------------------ r27177 | jake | 2009-01-07 00:10:21 -0800 (Wed, 07 Jan 2009) | 7 lines Changed paths: M /trunk/epan/dissectors/packet-smpp.c From Robert Groenenberg: The SMPP optional parameter 'network_error_code' is decoded incorrectly. This field is present in SMPP (v3.4 and higher) deliver_sm messages containing a delivery notification. This TLV contains 3 bytes of data, which is decoded in two steps, each adjusting the offset in the message. After that the offset is increased *again*, causing the next TLVs to not recognised. Removing the indicated increase in offset fixes the problem. ------------------------------------------------------------------------ r27190 | jake | 2009-01-07 23:28:58 -0800 (Wed, 07 Jan 2009) | 1 line Changed paths: M /trunk/version_info.c We had a roll-over of the calendar thingy. ------------------------------------------------------------------------ r27191 | jake | 2009-01-07 23:32:22 -0800 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-ms-mms.c M /trunk/epan/dissectors/packet-rdt.c M /trunk/epan/dissectors/packet-vj.c Fix for bug 2902: Make sure to check the right column before writing to it, and vice versa. ------------------------------------------------------------------------ r27192 | jake | 2009-01-07 23:36:11 -0800 (Wed, 07 Jan 2009) | 2 lines Changed paths: M /trunk/plugins/wimax/msg_dcd.c M /trunk/plugins/wimax/msg_dreg.c M /trunk/plugins/wimax/msg_dsd.c M /trunk/plugins/wimax/msg_reg_req.c M /trunk/plugins/wimax/msg_reg_rsp.c M /trunk/plugins/wimax/msg_rep.c M /trunk/plugins/wimax/msg_res_cmd.c M /trunk/plugins/wimax/msg_rng_req.c M /trunk/plugins/wimax/msg_rng_rsp.c M /trunk/plugins/wimax/msg_sbc.c M /trunk/plugins/wimax/msg_ucd.c M /trunk/plugins/wimax/wimax_utils.c Fix for bug 2902: Actually check column status before writing to it. ------------------------------------------------------------------------ r27199 | jake | 2009-01-08 12:40:08 -0800 (Thu, 08 Jan 2009) | 4 lines Changed paths: M /trunk/plugins/infiniband/packet-infiniband.c M /trunk/plugins/infiniband/packet-infiniband.h Fix for bug 2902: Remove global variables for packet information, pass these through function calls. Reduce label_SUB[M|A]_[Method|Attribute] routines. Actually check column status before writing to it. ------------------------------------------------------------------------ r27201 | jake | 2009-01-08 23:39:13 -0800 (Thu, 08 Jan 2009) | 3 lines Changed paths: M /trunk/epan/dissectors/packet-ipdc.h M /trunk/plugins/infiniband/packet-infiniband.h From Didier Gautheron: Add missing {0, NULL} tuples to value string declarations. ------------------------------------------------------------------------ r27205 | jake | 2009-01-09 13:55:06 -0800 (Fri, 09 Jan 2009) | 2 lines Changed paths: M /trunk/epan/dissectors/packet-mpls-echo.c Fix bug 3179: Implement dissection and use of address type in Interface and Label Stack TLV's. ------------------------------------------------------------------------ r27208 | jake | 2009-01-11 04:26:32 -0800 (Sun, 11 Jan 2009) | 4 lines Changed paths: M /trunk/dumpcap.c From Ronald W. Henderson: dumpcap should terminate if exactly the maximum number of packets have been captured (or greater) as specified by the user: "-c <capture packet count>". The current behavior waits until an additional packet is captured until this threshold check occurs. ------------------------------------------------------------------------ r27222 | jake | 2009-01-13 12:37:28 -0800 (Tue, 13 Jan 2009) | 1 line Changed paths: M /trunk/tap-protocolinfo.c Make the column check actually check the information column status. ------------------------------------------------------------------------ Copy over wiretap/k12ext.l, which covers r27158, 27159, 27172 and others Update the release notes. Directory: /trunk-1.0/epan/dissectors/ Changes Path Action +100 -4 packet-atm.c Modified +35 -4 packet-cdp.c Modified +3 -3 packet-e212.c Modified +7 -4 packet-ipdc.h Modified +87 -41 packet-mpls-echo.c Modified +1 -1 packet-ms-mms.c Modified +8 -5 packet-ncp2222.inc Modified +14 -14 packet-rdt.c Modified +0 -2 packet-smpp.c Modified +93 -3 packet-usb.c Modified +2 -2 packet-vj.c Modified (27 files not shown)
- Prev by Date: [Wireshark-commits] rev 27264: /trunk/ /trunk/epan/dissectors/: packet-nbap.c /trunk/asn1/nbap/: NBAP-CommonDataTypes.asn NBAP-Constants.asn NBAP-Containers.asn NBAP-IEs.asn NBAP-PDU-Contents.asn ...
- Next by Date: [Wireshark-commits] rev 27266: /trunk/ /trunk/epan/dissectors/: packet-nbap.c /trunk/asn1/nbap/: nbap.cnf
- Previous by thread: [Wireshark-commits] rev 27264: /trunk/ /trunk/epan/dissectors/: packet-nbap.c /trunk/asn1/nbap/: NBAP-CommonDataTypes.asn NBAP-Constants.asn NBAP-Containers.asn NBAP-IEs.asn NBAP-PDU-Contents.asn ...
- Next by thread: [Wireshark-commits] rev 27266: /trunk/ /trunk/epan/dissectors/: packet-nbap.c /trunk/asn1/nbap/: nbap.cnf
- Index(es):