diff options
author | Jörg Mayer <jmayer@loplof.de> | 2003-10-14 21:24:57 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2003-10-14 21:24:57 +0000 |
commit | 1d0a7cfdb204e43f095187d24adf16ad28ff2804 (patch) | |
tree | 1a39ff0e7a29340ae044f0a1c183d2cc6775cba2 /packet-sip.c | |
parent | eaa8ca526582e661d54850755df304c44e49968c (diff) | |
download | wireshark-1d0a7cfdb204e43f095187d24adf16ad28ff2804.tar.gz wireshark-1d0a7cfdb204e43f095187d24adf16ad28ff2804.tar.bz2 wireshark-1d0a7cfdb204e43f095187d24adf16ad28ff2804.zip |
Update list of SIP RFCs
svn path=/trunk/; revision=8697
Diffstat (limited to 'packet-sip.c')
-rw-r--r-- | packet-sip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-sip.c b/packet-sip.c index ea8370ff42..d287cc142d 100644 --- a/packet-sip.c +++ b/packet-sip.c @@ -1,6 +1,6 @@ /* packet-sip.c * Routines for the Session Initiation Protocol (SIP) dissection. - * RFC 2543 + * RFCs 3261-3264 * * TODO: Pay attention to Content-Type: It might not always be SDP. * hf_ display filters for headers of SIP extension RFCs: @@ -17,7 +17,7 @@ * Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi> * Copyright 2001, Jean-Francois Mule <jfm@cablelabs.com> * - * $Id: packet-sip.c,v 1.44 2003/09/26 21:32:38 guy Exp $ + * $Id: packet-sip.c,v 1.45 2003/10/14 21:24:57 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> |