473,671 Members | 2,176 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

writing a plugin for ethereal ... where to start

Hello all,

I'm going to attempt to write a plugin for ethereal that analyzes
packets from the SIP protocol. I can't really find any information on
google (not much info on writing your own plugins). I'm not sure on
how to go about starting this for i have never tackled this type of
project. my only c++ experience comes from win32 console
applications. however, i'm willing to do the research to accomplish
what is necessary for this task. somebody mentioned looking into the
'winpcap' library, but that's all i have as of now. i want to know
what i should research as far as making a plugin for the ethereal app,
how the two will communicate etc etc. all info is welcome, and the
most simplistic explanations (for clarity sake) are appreciated.
thanks in advance!
Nov 14 '05 #1
3 1783
Mac
On Thu, 19 Feb 2004 20:11:21 +0000, Johnny B wrote:
Hello all,

I'm going to attempt to write a plugin for ethereal that analyzes
packets from the SIP protocol. I can't really find any information on
google (not much info on writing your own plugins). I'm not sure on
how to go about starting this for i have never tackled this type of
project. my only c++ experience comes from win32 console
applications. however, i'm willing to do the research to accomplish
what is necessary for this task. somebody mentioned looking into the
'winpcap' library, but that's all i have as of now. i want to know
what i should research as far as making a plugin for the ethereal app,
how the two will communicate etc etc. all info is welcome, and the
most simplistic explanations (for clarity sake) are appreciated.
thanks in advance!


This group is for discussing the C programming language as specified by
the relevant ansi/iso standard(s). The stuff you are talking about is
mostly off-topic in this group. Here are some URL's for more information
on this group:

http://www.csclub.uwaterloo.ca/u/dj3...lc-welcome.txt
http://www.eskimo.com/~scs/C-faq/top.html
http://benpfaff.org/writings/clc/off-topic.html

Good luck with your project!

Mac
--

Nov 14 '05 #2
Johnny B wrote:
Hello all,

I'm going to attempt to write a plugin for ethereal that analyzes
packets from the SIP protocol. I can't really find any information on
google (not much info on writing your own plugins). I'm not sure on
how to go about starting this for i have never tackled this type of
project. my only c++ experience comes from...


Wrong newsgroup on two counts: this is comp.lang.c, not .c++, and
anyway this topic is system-specific and we talk about standard,
portable C here. Try finding an ethereal list, or a newsgroup
dealing with the particular platform for which you want to write
the plugin.

--
Allin Cottrell
Department of Economics
Wake Forest University, NC
Nov 14 '05 #3
Johnny B wrote:

I'm going to attempt to write a plugin for ethereal that analyzes ^^^^^^[1] ^^^^^^^^[2] packets from the SIP protocol. I can't really find any information on ^^^^^^^[3] ^^^^^^^^^^^^[4] google (not much info on writing your own plugins). I'm not sure on ^^^^^^^[1] how to go about starting this for i have never tackled this type of
project. my only c++ experience comes from win32 console ^^^[5] ^^^^^[6] applications. however, i'm willing to do the research to accomplish
what is necessary for this task. somebody mentioned looking into the
'winpcap' library, but that's all i have as of now. i want to know ^^^^^^^^^[7] what i should research as far as making a plugin for the ethereal app, ^^^^^^[1]
^^^^^^^^[2] how the two will communicate etc etc. all info is welcome, and the
most simplistic explanations (for clarity sake) are appreciated.


[1] Not part of standard C
[2] Not part of standard C
[3] Not part of standard C
[4] Not part of standard C
[5] Not part of standard C. Nor the inverse.
[6] Not part of standard C.
[7] Not part of standard C.

You seem to be off topic here. From [5] and [6] I would suggest a
group with windows and possibly C++ in its name. Since you must
have read the faq and lurked here before posting, you really
should have picked up this in advance.

--
Chuck F (cb********@yah oo.com) (cb********@wor ldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home .att.net> USE worldnet address!
Nov 14 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
449
by: Johnny B | last post by:
posted this in the wrong NG...all help is appreciated. <--orig post--> Hello all, I'm going to attempt to write a plugin for ethereal that analyzes packets from the SIP protocol. I can't really find any information on google (not much info on writing your own plugins). I'm not sure on how to go about starting this for i have never tackled this type of project. my only c++ experience comes from win32 console
1
2599
by: Eric | last post by:
I am going to write a cross platform (mac/windows) web browser plugin for IE then maybe Safari. The plugin will use opengl to display some images and manipulate them ie zoom, translate. Where is a good place to find out how to do this? I am totally new at writing plugins, so it would be wonderfull to find some tutorials and sample code. Every think I seem to find talks about java and activeX. But I need to use C++ for its speed and...
1
1813
by: GTi | last post by:
I'm developing a solution with ASP.NET 2.0 (beta) I need to create plugin modules into my project. I have a standard webpage like: - a header on top - menu/info bar on the left - main page that displays information based on the user selection I need to create a plugin project that inject a extra menu line in the menu bar on left.
3
2281
by: Michael Powe | last post by:
Hello, I have an application that exposes a VB 6 ActiveX API. I can write DLLs that plug into the application and add functionality to the application. I write these DLLs by implementing an interface. I have been doing this in VB 6. On initial review, it appears that it should be possible to do it in VB 2005. I have actually successfully implemented the interface and compiled a DLL. However, my application fails to initialize the...
3
4373
by: Richard | last post by:
I'd like to build a C# application that has some sort of plugin or additional modules depending on what functionality the client user has requested. The idea is that I have an SQL database table that can be updated from a number of different sources for example: ID Source SomeData == ====== ========= 1 SomeSQLDatabase.dll abc
4
3715
by: Paciente8159 AKA Klayman | last post by:
Hi, I have a couple of doubts reggarding a plugin based application in C++? I want to build a c++ plugin based app. I have searched alot of things in the net but I still don't know how to start this. For example: I want the plugin to be able to expose functions and HANDLES (for synchronization with WaitForSingleObject for example).
2
3273
riptide2049
by: riptide2049 | last post by:
I really have a problem here. I have a code that is suppost to take the href of a link from the right class;value of a link maked toreturn false. the value is a Media file the file is sent to quicktime or windows meida player depending on which plugin was found. after the plug in is found a iframe with the right player is created. here is the code. for some reason In IE the plug in doesnt work and in fire fox it crashes <!DOCTYPE html...
3
1563
by: Udi | last post by:
Hi All, Do you know if its possible to use the Ethereal as a GUI control inside my C# app? My application has a docking manager control in it and I'd like to embed the Ethereal in of the panes. Thanks! Udi.
0
8392
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8912
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8819
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8597
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8669
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7428
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6222
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4222
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4403
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.