aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2009-10-20From Matt Watchinski: OMRON-FINS dissectorBill Meier1-0/+1
(with some restructuring and cleanup by me). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3226 svn path=/trunk/; revision=30625
2009-10-04RIP packet-6lowpan.hKovarththanan Rajaratnam1-1/+0
svn path=/trunk/; revision=30318
2009-10-03From Owen Kirby:Jaap Keuter1-0/+2
The attached patch adds a dissector for IPv6 over IEEE 802.15.4 (aka 6LoWPAN). The protocol is specified in RFC 4944. This dissector also processes the 6LoWPAN draft header compression scheme in draft-ietf-6lowpan-hc-05. svn path=/trunk/; revision=30268
2009-10-03From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4067 :Jeff Morriss1-0/+1
This patch adds enum support to x11-process-xcb.pl svn path=/trunk/; revision=30257
2009-09-14From Bruno and Florian Forster via ↵Jeff Morriss1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3170 This patch adds support to Wireshark for dissecting UDP packets used by collectd's network plugin in order to transmit data from ones host to another host (e.g. centralized storage of statistics while data is collectd on individual systems) The current dissector understands the part types supported by collectd-4.5 series and gracefully processes future part types (flagging them as unknown). In regard to protocol errors or bad packets checks are based on the various length fields used, parts are marked with warning when length is unexpected; marked with error when length breaks minimal rules. svn path=/trunk/; revision=29887
2009-09-13From Stephane Bryant via ↵Jeff Morriss1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2815 but (since the patch no longer applied cleanly) essentially manually re-implemented by me: Rename "stun" to "classic stun" and "stun2" to "stun", to follow the usage defined in draft-ietf-behave-rfc3489bis-18 section 2. svn path=/trunk/; revision=29884
2009-09-12Move all of the scripts in epan/dissectors/ to tools/ .Jeff Morriss1-1/+1
Add a target ("x11-dissector") to build the X11 dissector. Put the X11-related files (back) in the source distribution. svn path=/trunk/; revision=29871
2009-09-11From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :Jeff Morriss1-4/+5
This patch adds extension support to the X11 dissector. I've removed the perl script from the make file, since the new one depends on perl 5.10, xcbproto (at least git as of today), and mesa (at least the mesa/src/mesa/glapi directory). It seemed easier to just add the generated header files to svn directly. svn path=/trunk/; revision=29854
2009-08-28From Neil Piercy:Anders Broman1-0/+1
Add new protocol for 3GPP 29.414 (Nb interface RTP Mux). - Don't use C++-style comments (comments beginning with "//") - Don't declare variables in the middle of executable code; not all C compilers support that. - Dont register preferences when none present. - Removed CHECK_COL svn path=/trunk/; revision=29602
2009-08-23Get rid of a bunch of "warning: redundant redeclaration of" messages.Jörg Mayer1-1/+0
In that process, include the contents of packet-fmp_notify.h directly in packet-fmp_notify.c - it wasn't used anywhere else. svn path=/trunk/; revision=29512
2009-08-07Clean up the last two DIRTY_DISSECTOR_SRC entries.Gerald Combs1-8/+2
svn path=/trunk/; revision=29321
2009-08-06packet-sctp.c seems to be clean (at least it is on Mac OS X).Michael Tüxen1-2/+2
svn path=/trunk/; revision=29317
2009-08-06Fix compilation warnings in a few dissectors and try moving them to theGerald Combs1-5/+5
"clean" list. svn path=/trunk/; revision=29313
2009-08-03Added missing packet-usb-hid.hStig Bjørlykke1-0/+1
svn path=/trunk/; revision=29270
2009-07-31From Adam Nielsen via bug 3659:Gerald Combs1-0/+1
Here is a patch against SVN that implements preliminary support for USB HID devices. At the moment it only dissects the initial set up packets (which you will see if you hotplug a keyboard or mouse.) The patch also fixes a minor bug in the USB dissector code which reported certain packets as malformed due to miscounting bytes, and it reports control packet data and padding data in a more user-friendly manner. svn path=/trunk/; revision=29256
2009-07-31From Holger Freyther via bug 3776:Gerald Combs1-1/+1
Part 1: Rename packet-gsm_abis_ip.c to packet-gsm_ipa.c. Part 2: Rename to the content to match the filename. Part 3: Add GSM A/SCCP support to the packet-gsm_ipa.c dissector Adjusted patch to take laforge's comment into account. Use guint16 for the length and use the ntohs routine to convert the length. svn path=/trunk/; revision=29254
2009-07-29Add packet-zbee-zcl.h to the source tarball.Guy Harris1-0/+1
svn path=/trunk/; revision=29235
2009-07-29zigbee cluster dissector,Ronnie Sahlberg1-0/+1
modified from entry in bug 3765 so it compiles cleanly svn path=/trunk/; revision=29232
2009-07-28From Stefan MetzmacherRonnie Sahlberg1-2/+4
add generated FRSTRANS dissectors and add them to the build svn path=/trunk/; revision=29217
2009-07-17From Robert Hogan:Jaap Keuter1-0/+2
I'm working on a tn3270 dissector. See: http://roberthogan.net/stuff/tn3270-dissector/ svn path=/trunk/; revision=29129
2009-07-14From Vladimir Smrekar :Anders Broman1-0/+1
v5.2-User Adaptation Layer and V5.2 Interface. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732 Me: Removed check_col(), hf blurbs, removed global vars and regestering SCTP port in packet-v52.c. svn path=/trunk/; revision=29096
2009-07-10Add ip.access A-bis over IP dissector received from Harald Welte.Michael Tüxen1-0/+1
Removed check_col() calls. svn path=/trunk/; revision=29056
2009-07-09Split packet-ip into packet-ip and packet-icmp.Stig Bjørlykke1-0/+1
Some cleanup in handles and ett entries. svn path=/trunk/; revision=29035
2009-07-08From Don Chirieleison:Jaap Keuter1-0/+2
Within the attached diff file are two source files, packet-dtn.h and packet-dtn.c. Their function is to decode Bundle Protocol PDUs sent using the UDP or TCP Convergence Layers. These protocols have been released by the Internet Research Task Force and are described in RFC 4838 and RFC 5050. Detailed information on DTN can be obtained at www.dtnrg.org. svn path=/trunk/; revision=29010
2009-07-07Delete obsolete protocol dissectors.Anders Broman1-2/+0
svn path=/trunk/; revision=28966
2009-07-06From Kovarththanan Rajaratnam via bug 3652:Gerald Combs1-1/+0
This patch protects against malformed Unique ID lengths (>= 252 bytes) and defer all tvb_xxx related calls to when we actually need them. This allows us to dissects as much as possible before bailing out (in case of a malformed length). From me: Add a link to the protocol specification. Remove packet-miop.h along with some struct definitions. (Don't tvb_memcpy over structs!) Remove some more tvbuffs. Don't call proto_item_add_subtree if we're not going to use the trees. Call proto_tree_add_item instead of proto_tree_add_text Remove a bunch of unused ett_ variables. Add an expert item for the protocol version. Register the field array with the correct length. svn path=/trunk/; revision=28963
2009-06-29From Artem Tamazov:Anders Broman1-0/+1
Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix svn path=/trunk/; revision=28881
2009-06-26From Joakim Wiberg via bug 3103:Stig Bjørlykke1-0/+1
Various improvements to the CIP and ENIP dissectors. From me: Updated to latest trunk changes. svn path=/trunk/; revision=28844
2009-06-24if (!initialized) ... not req'd + other addt'l minor revisions;Bill Meier1-0/+1
Also: add packet-hpteam.c to Makefile.common so it gets built as part oif Wireshark. svn path=/trunk/; revision=28824
2009-06-23From Kovarththanan Rajaratnam:Jaap Keuter1-0/+1
The Bluetooth AMP Manager protocol was recently adopted by the Bluetooth SIG. This protocol sits on top of L2CAP and requires a few changes in order to accommodate the new move/create channel request. This patch includes: * a new Bluetooth AMP Manager Protocol dissector * changes to L2CAP to handle the new move/create channel signals * introduce a dissector table for fixed channel, allowing btamp dissector to handle the BT AMP Manager Protocol channel * Preliminary changes in L2CAP to support the new enhanced L2CAP modes (enhanced retransmission/streaming mode) svn path=/trunk/; revision=28819
2009-06-19Add beginnings of Cisco's GLBP protocol. It's basedJörg Mayer1-0/+1
on the trace referred to by bug 3544 and the documentation URL given in the dissector. svn path=/trunk/; revision=28776
2009-06-12Add a Banana dissector. This is used by the Twisted Python framework forGerald Combs1-0/+1
data serialization. svn path=/trunk/; revision=28716
2009-06-02From Alexis La Goutte via bug 3488:Stig Bjørlykke1-0/+1
Add support for decoding CAPWAP Control Packet (RFC5415) From me: Adjusted some names. Some space cleanup. svn path=/trunk/; revision=28603
2009-06-02From Samu Varjonen via bug 3378:Stig Bjørlykke1-0/+1
Added support for Host Identity Protocol (HIP). From me: - Adjusted location of "Checksum" and "HIP Controls", as they seems to have switched place in the bytes window - Rewrote some proto_tree_add_uint -> proto_tree_add_item (some still remain) - Rewrote to not use tvb_memcpy() - Corrected some proto_tree_add_item's as the format seems to be big-endian - Terminate ALL value_string's with { 0, NULL } - No need to zero-terminate value_string strings. - Removed call to check_col() - Removed some prototypes - Removed unused hf_hip_tlv_id, hf_hip_res and hf_hip_tlv_enc_iv (please check) - Rewrote some C++ comments svn path=/trunk/; revision=28596
2009-06-01From Ravi Kondamuru via bug 3457: Stig Bjørlykke1-0/+1
Add support to read citrix netscaler capture file format. From me: - Renamed packet-ns.c to packet-nstrace.c - Rewrote to not use "goto" in netscaler.c - Moved dissecting of coreid svn path=/trunk/; revision=28564
2009-05-26From Didier Gautheron via bug 3052:Gerald Combs1-0/+1
Add: - FIX 4.0 to 4.4 fields, auto generated with XSLT stylesheets applied on http://www.quickfixengine.org/ xml files (not included quickfixengine code is BSD but xml files have no copyright). - value_string functions for string keys, added to value_string.c. - FIX desegmentation, it doesn't work well with malformed FIX PDU. svn path=/trunk/; revision=28478
2009-05-21From Mohammad Ebrahim Mohammadi Panah via bug 2954:Gerald Combs1-0/+1
I've developed a Wireshark dissector for Paltalk messenger protocol. svn path=/trunk/; revision=28434
2009-05-20From Owen Kirby via bug 3431:Gerald Combs1-0/+14
The attached patch file adds dissectors for the ZigBee protocol stack, which runs atop the IEEE 802.15.4 dissector. Also included is the dissector for the ZigBee Encapsulation Protocol (packet-zep.c), used by the Exegin Q51 protocol analyzer. From me: Fix a bunch of gcc (the compiler, not me) warnings. svn path=/trunk/; revision=28429
2009-05-19From Julien Kerihuel via bug 2850:Gerald Combs1-0/+2
Patch to implement decoding of Exchange RFR protocol. svn path=/trunk/; revision=28420
2009-05-05Add support for the IANA's OUI, and recognize NHRP-over-SNAP.Guy Harris1-0/+1
An NHRP extension offset of 0 is not an error - it means there are no extensions. Start using the address family number to determine the type of link-layer addresses in NHRP. Don't fetch IPv4 addresses and add them to the tree - just use proto_tree_add_item(). svn path=/trunk/; revision=28286
2009-05-02Add the mesh header dissector for OLPC mesh network packets, and haveGuy Harris1-0/+1
the LLC dissector recognize and handle those packets. svn path=/trunk/; revision=28253
2009-04-30Resort the list a bit.Anders Broman1-3/+3
svn path=/trunk/; revision=28200
2009-04-28Add packet-pw-common.h to the distribution.Guy Harris1-0/+1
svn path=/trunk/; revision=28187
2009-04-27From Artem Tamazov: SAToP and CESoPSN MPLS PW support.Balint Reczey1-0/+3
Introduction of decoding of MPLS payloads as CESoPSN PW (RFC5086) and SAToP PW (RFC4553). Not supported yet: - CESoPSN Basic NxDS0 mode. - Decoding of <Optional> RTP Headers (RFC3550) - Decoding of PW payload svn path=/trunk/; revision=28181
2009-04-24Improved reading Apple's PacketLogger files:Stig Bjørlykke1-1/+2
- Send last byte of header (type) and data to a packetlogger dissector - Rewrite type to ACI channel in the dissector - Direction is indirectly given from the PL type - Dissect PacketLogger NewC and Info as text svn path=/trunk/; revision=28141
2009-04-22Fix a warning in the RANAP dissector.Guy Harris1-1/+1
There don't seem to be any more RANAP warning, so put it back with the clean dissectors. svn path=/trunk/; revision=28132
2009-04-21Get rid of trailing tab.Guy Harris1-1/+1
svn path=/trunk/; revision=28115
2009-04-21Move ranap to dirty dissectors for now.Anders Broman1-1/+1
svn path=/trunk/; revision=28111
2009-04-20From Naoyoshi Ueda:Jaap Keuter1-1/+1
Currently wireshark has ability to decrypt ISAKMP IKEv1 packets, but not IKEv2 packets. With attached patch decryption of IKEv2 packets is now passible. svn path=/trunk/; revision=28089
2009-04-07Add missed packet-pw-atm.c.Anders Broman1-0/+1
svn path=/trunk/; revision=27982