Hi list,
I write a dessector for OICQ,which is a popular IM software in China with over 15 millions users.
I hope it will be added in the next version.
This attachment is source file.
Because when I sent Makefile.common.diff,Symantec AVF rejects my email :(
So I put diff files here.
Makefile.common.diff :
-----------------------------------------------------------------------------------------------------------------------------------------
--- Makefile.common.old 2005-12-29 23:40:34.000000000 +0800
+++ Makefile.common 2005-12-29 23:25:09.000000000 +0800
@@ -466,6 +466,7 @@
packet-ntp.c \
packet-null.c \
packet-ocsp.c \
+ packet-oicq.c
\
packet-olsr.c \
packet-osi-options.c \
packet-osi.c \
---------------------------------------------------------------------------------------------------------------------------------------
AUTHORS.diff
---------------------------------------------------------------------------------------------------------------------------------------
--- AUTHORS.old 2005-12-29 23:32:34.000000000 +0800
+++ AUTHORS 2005-12-29 23:32:12.000000000 +0800
@@ -136,6 +136,10 @@
Pseudo-real-time capture
}
+Du Bingyao <dubingyao[AT]gmail.com> {
+ OICQ
+}
+
Jeff Jahr <jjahr[AT]shastanets.com> {
PPP over Ethernet (PPPoe)
}
---------------------------------------------------------------------------------------------------------------------------------------
Thanks.
Du Bingyao