ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] ACN Source code

From: "Bill Florac" <bill.florac@xxxxxxxxxxxxxx>
Date: Tue, 31 Oct 2006 23:08:00 -0600
Sorry for the now triplicate posting, I guess there was a problems with
the attachments on the last two times I tried to post this. Let's hope
the third time is a charm..

Ok, I think I have this right now.  This is a dissector for ACN.  It
will replace the ACN plug-in.
 
Changes:
- Created a Wiki page for the protocol
- Created a sample capture
- Removed all the // style comment
- Got rid of tvb_get_string+gfree..
- Added -U_ to unused parameters
- Added some type casing to remove warnings
- Removed unused variables
- Moved proto_register_acn() and proto_reg_handoff_acn() to bottom of
source Protocol is ONLY heuristic
- so I modified proto_reg_handoff_acn() correctly (I think) 
- Some other misc. clean up and tested under Linux
- Provided patch to AUTHORS (attached)

Bill Florac
Senior Technical Product Specialist
bill.florac@xxxxxxxxxxxxxx
Electronic Theatre Controls, Inc.
3031 Pleasant View Rd .
Middleton, WI 53562
608-831-4116 (corp. phone)

 

Attachment: packet-acn.h
Description: packet-acn.h

Attachment: AUTHORS.patch
Description: AUTHORS.patch

Attachment: packet-acn.c
Description: packet-acn.c