summaryrefslogtreecommitdiff
path: root/net/ethereal/patches
diff options
context:
space:
mode:
authorsalo <salo>2005-03-14 15:09:28 +0000
committersalo <salo>2005-03-14 15:09:28 +0000
commit5e8b96f3ba366960b72a19075630e5989bc77db8 (patch)
tree9cdf921f7f03a1fec27ee861dfe8b4d2becdb33b /net/ethereal/patches
parentb18dc9a943023e8ca7ee5b5b2f46c9d310960c3e (diff)
downloadpkgsrc-5e8b96f3ba366960b72a19075630e5989bc77db8.tar.gz
Update to version 0.10.10
This release fixes three security and stability-related issues: - Matevz Pustisek discovered a buffer overflow in the Etheric dissector. (CAN-2005-0704) - The GPRS-LLC dissector could crash if the "ignore cipher bit" option was enabled. (CAN-2005-0705) - Diego Giago discovered a buffer overflow in the 3GPP2 A11 dissector. This flaw was later reported by Leon Juranic. (CAN-2005-0699) - Leon Juranic discovered a buffer overflow in the IAPP dissector. - A bug in the JXTA dissector could make Ethereal crash. - A bug in the sFlow dissector could make Ethereal crash. Everyone is encouraged to upgrade. New and updated features: ========================= - Tree view item context menus now let you browse to the display filter reference and wiki pages for a particular protocol. - Online help has been expanded. - VoIP call analysis (including nifty connection diagrams) has been added. - GSS-API decryption has been greatly enhanced. New protocol support: ===================== AgentX, BUDB, DTP, G.723, IDP, INAP, KINK, Realplayer Data Protocol, Retix Spanning Tree Protocol, RTCP-XR, XML, XNS, SPP Updated protocol support: ========================= 3GPP2 A11, ACSE, AMR, ATM, BER, BSSGP, BUTC, CDP, CLNP, CoSine L2, DAAP, DCE/RPC, DCOM, DIAMETER, DNP, DNS, Etheric, FCP, FW-1, Gnutella, GPRS, GSM A, GSM MAP, H.225, H.245, H.248, H.450, HTTP, IAX2, ICQ, IEEE 802.11, IEEE 802.3 Slow Protocols, IP, iSCSI, ISUP, Juniper, JXTA, Kerberos, L2TP, LDAP, MIP, MPLS, NDMP, NSIP, NTP, OSPF, OXID, PostgreSQL, RADIUS, RDT, Redback, RMCP, RTP, RTSP, SCSI, SCTP, SDP, SPNEGO, SSL, STUN, TCAP, TCP, TZSP New and updated capture file support: ===================================== DBS Etherwatch, Lucent/Ascend, Nettl, Tcpdump (Redback)
Diffstat (limited to 'net/ethereal/patches')
-rw-r--r--net/ethereal/patches/patch-aa13
-rw-r--r--net/ethereal/patches/patch-ab13
2 files changed, 0 insertions, 26 deletions
diff --git a/net/ethereal/patches/patch-aa b/net/ethereal/patches/patch-aa
deleted file mode 100644
index 1692865eb5e..00000000000
--- a/net/ethereal/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.11 2005/01/31 22:53:54 salo Exp $
-
---- plugins/mate/mate.h.orig 2005-01-18 03:39:21.000000000 +0100
-+++ plugins/mate/mate.h 2005-01-29 23:25:43.000000000 +0100
-@@ -324,7 +324,7 @@
- extern void initialize_mate_runtime(void);
- extern mate_pdu* mate_get_pdus(guint32 framenum);
- extern void mate_analyze_frame(packet_info *pinfo, proto_tree* tree);
--extern int mate_packet(void* _U_, packet_info* _U_, epan_dissect_t* _U_,const void* _U_);
-+extern int mate_packet(void*, packet_info*, epan_dissect_t*,const void*);
-
- /* from mate_setup.c */
- extern mate_config* mate_make_config(guint8* filename);
diff --git a/net/ethereal/patches/patch-ab b/net/ethereal/patches/patch-ab
deleted file mode 100644
index bf4ba936f61..00000000000
--- a/net/ethereal/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2005/03/10 10:05:32 tron Exp $
-
---- epan/dissectors/packet-3g-a11.c.orig 2005-01-18 02:39:50.000000000 +0000
-+++ epan/dissectors/packet-3g-a11.c 2005-03-10 09:32:18.000000000 +0000
-@@ -312,7 +312,7 @@
- };
- #define NUM_ATTR (sizeof(attrs)/sizeof(struct radius_attribute))
-
--#define MAX_STRVAL 16
-+#define MAX_STRVAL 256
-
- #define RADIUS_VENDOR_SPECIFIC 26
- #define SKIP_HDR_LEN 6