aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2003-09-06From Josef Korelus: GPRS BSSGP support.Guy Harris1-1/+2
svn path=/trunk/; revision=8403
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer1-33/+33
- get rid of ...-static.o files in the build process (now done via config.h instead of compiler flag) - make packet-rtnet link statically (remove one unused function, rename another one) svn path=/trunk/; revision=8389
2003-09-03From Josef Korelus <jkor [AT] quick.cz>: GPRS NetworkGuy Harris1-1/+2
Service-over-Frame-Relay support, including preference for Frame Relay to select FRF 3.2/Cisco HDLC encapsulation or encapsulation of GPRS NS PDUs. svn path=/trunk/; revision=8362
2003-09-03As with the Cisco OUI, so with the Nortel OUI.Guy Harris1-1/+2
svn path=/trunk/; revision=8352
2003-09-03Fix up the API for adding support for new OUI's to the LLC dissector.Guy Harris1-1/+2
Use that API to create the table for the Cisco OUI 00:00:0C. svn path=/trunk/; revision=8351
2003-09-03Q.933 dissector. (Not complete.)Guy Harris1-1/+2
svn path=/trunk/; revision=8350
2003-09-02From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris1-2/+5
svn path=/trunk/; revision=8345
2003-08-29From David Frascone: LWAPP support.Guy Harris1-1/+2
svn path=/trunk/; revision=8315
2003-08-29From Vincent Jardin: Add support for TeredoGerald Combs1-1/+2
(draft-huitema-v6ops-teredo-00.txt). svn path=/trunk/; revision=8305
2003-08-28From Giles Scott: Nortel/SynOptics Network Management Protocol support.Guy Harris1-1/+2
svn path=/trunk/; revision=8290
2003-08-26Extract the CRC-32 code from the 802.11 dissector into a separate file,Guy Harris1-1/+3
and use it in the Ethernet dissector as well, to check the FCS in Ethernet frames, if present. svn path=/trunk/; revision=8265
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris1-1/+2
H.225/H.245 routines, to plugins on platforms where they have to go through the function call table. svn path=/trunk/; revision=8216
2003-08-23Add a dissector table for RTP payload types, and have dissectorsGuy Harris1-1/+2
register themselves in that table rather than exporting their dissectors by name and having the RTP dissector know about particular dissectors for particular payload types. svn path=/trunk/; revision=8215
2003-08-23From Niklas OgrenRonnie Sahlberg1-1/+2
New Protocol: H.263 called and used by the RTP dissector svn path=/trunk/; revision=8211
2003-08-21From Tomas Kukosa: allow subdissectors to be registered forGuy Harris1-1/+3
NonStandardParameter data in the H.245 dissector. svn path=/trunk/; revision=8206
2003-08-17From Shiang-Ming Huang: STUN (RFC 3489) support.Guy Harris1-1/+2
svn path=/trunk/; revision=8175
2003-08-07From Michael Lum: add the ability to have a preferences file containingGuy Harris1-2/+4
a list of disabled protocols, and to save that list from the Edit > Protocols dialog box. Add checks for read errors in "read_prefs()". Clean up white space. svn path=/trunk/; revision=8144
2003-08-05LWRES support, from Oleg Terletsky.Guy Harris1-1/+5
svn path=/trunk/; revision=8133
2003-08-04Add packet-h245.h to the distribution.Gerald Combs1-1/+2
svn path=/trunk/; revision=8122
2003-08-01Fix bug on how the H.225 CS routines were registered so that H225 CS over ↵Ronnie Sahlberg1-1/+2
Q931 now works Still something wrong with NonStandardParameter, I cant find why ethereal is wrong but it misses misses one bit in the decoding causing malformed frames. I cant see what is wrong when looking at the packets. need furhter investigations. Make h225 compile in as default svn path=/trunk/; revision=8119
2003-07-24Initial Laplink support, from Brad Hards.Guy Harris1-1/+2
svn path=/trunk/; revision=8079
2003-07-19Fix a couple of distcheck failures.Gerald Combs1-1/+2
svn path=/trunk/; revision=8055
2003-07-16From Xuan Zhang: eDonkey support.Guy Harris1-1/+3
svn path=/trunk/; revision=8035
2003-07-16Add a new parameter to the constrained integer dissector so that it also handlesRonnie Sahlberg1-1/+2
constrained integers with an extension marker. Update all calls to the constrained integer dissector Add dissection to the rfc_number type which is a constrasined integer with an extension marker Add H245 so that it builds by default in ethereal. It has been tested extensively by a semi-large number of people with a lot of real and synthetic captures and seems to work very well. New protocol added to ethereal svn path=/trunk/; revision=8032
2003-07-16Move all DCERPC authentication/encryption dissection code from packet-dcerpc.cTim Potter1-2/+1
to the dissector that handles the particular authentication flavour. This gets rid of a couple of ugly switch statements and allows other authentication modules to be written easily. svn path=/trunk/; revision=8026
2003-07-12 Break out the PER functions from the alternative h245 dissectorRonnie Sahlberg1-1/+2
and put them in their own file. I had to put them im packet-per.c instead of asn1-per.c since othervise i couldnt get it to invoke the register routine from register.c the per dissector is compiled into ethereal by default, but there are no callers in ethereal until the h245 dissector is added. someone that knows the registry stuff better might consider renaming it to asn1-per.c instead of packet-per.c svn path=/trunk/; revision=8017
2003-07-11Add a routine "dissect_ipv6_options()" that works likeGuy Harris1-1/+2
"dissect_ip_tcp_options()" but for options that are like IPv6 options (i.e., the length byte has a value that doesn't include the option code or length byte). Add an "ip_opts.h" header to declare it, and move the declaration of stuff used by it and "dissect_ip_tcp_options()", and the declaration of "dissect_ip_tcp_options()", to that header. Use "dissect_ipv6_options()" for Mobile IPv6 options. Get rid of the unused "mip6_opt_types[]" array in "packet-mip6.h". svn path=/trunk/; revision=8015
2003-07-07From Brad Hards: Jabber client-to-server protocol support.Guy Harris1-1/+2
svn path=/trunk/; revision=7975
2003-06-26From Didier Gautheron: fix the rule to make "register.c" to work whenGuy Harris1-2/+2
Python is used and the build is done outside the source tree. svn path=/trunk/; revision=7945
2003-06-25Echo packet dissector.Laurent Deniel1-1/+2
svn path=/trunk/; revision=7933
2003-06-25Added new stub dissector for MS Messenger Service.Ronnie Sahlberg1-1/+2
Anyone that knows either where doc can be found or which API that can generate such calls are welcome to email me. svn path=/trunk/; revision=7929
2003-06-19From Markus Friedl: Add support for draft-ietf-ipsec-udp-encaps-06.txt.Gerald Combs1-1/+2
svn path=/trunk/; revision=7900
2003-06-13From Jeff Rizzo: sFlow support.Guy Harris1-1/+2
svn path=/trunk/; revision=7879
2003-06-13Link dftest with the ADNS library if it's configured in.Guy Harris1-2/+2
svn path=/trunk/; revision=7868
2003-06-11From Joakim Wiberg: update to the CIP dissector, reverting to theGuy Harris1-2/+2
"EtherNet/IP" name in his original version ("IP" there is "Industrial Protocol", not "Internet Protocol"), and to the original file name, and getting rid of some unused variables. svn path=/trunk/; revision=7851
2003-06-11From Erwin Rol: RTNET/TDMA support.Guy Harris1-5/+9
svn path=/trunk/; revision=7839
2003-06-11From Joakim Wiberg: support for Common Industrial Protocol over IP.Guy Harris1-1/+2
svn path=/trunk/; revision=7838
2003-06-09SID name mappings can now be presented in a table by tetherealRonnie Sahlberg1-1/+2
using the -z smb,sids command argument. svn path=/trunk/; revision=7816
2003-05-29Add packet-dcerpc-atsvc.h to the header list.Gerald Combs1-1/+2
svn path=/trunk/; revision=7761
2003-05-28Add the MSRPC ATSVC interface. Code courtesy of Jean-Baptiste Marchand.Richard Sharpe1-1/+2
svn path=/trunk/; revision=7759
2003-05-24From Brad Hards, DISTCC protocol dissector.Ronnie Sahlberg1-1/+2
Added TCP desegmentation to the dissector. svn path=/trunk/; revision=7729
2003-05-08From Olivier Biot: if we have PYTHON defined, use the Python scriptGuy Harris1-3/+9
rather than the shell script to make "register.c". svn path=/trunk/; revision=7649
2003-05-04Add support for asynchronous DNS updates using the GNU ADNS library.Gerald Combs1-3/+3
Support can be enabled at configure time by using "--with-adns=DIR". If support is enabled, async queries happen whenever host name resolution is enabled. Do we need a separate preference for async queries? Currently, only IPv4 reverse queries are supported. I can add IPv4 forward lookup support, but I don't have any way to test IPv6 queries. svn path=/trunk/; revision=7640
2003-04-30Incorporate the AODV6 dissector into the AODV dissector (AODV6 appearsGuy Harris1-2/+1
to just be an extension to AODV - and the dissectors use the same port, which doesn't work unless there's only one dissector). svn path=/trunk/; revision=7616
2003-04-29iSNS support, from Garth Bushell.Guy Harris1-1/+2
svn path=/trunk/; revision=7597
2003-04-26New DCERPC pipe for Windows service control. Implemented only stubs so far.Tim Potter1-1/+3
svn path=/trunk/; revision=7567
2003-04-25From Tony Schene: initial stub Kerberos kadmin support.Guy Harris1-1/+2
svn path=/trunk/; revision=7562
2003-04-23From Duncan Laurie: IPMI-over-LAN support.Guy Harris1-1/+4
svn path=/trunk/; revision=7538
2003-04-21From Erwin Rol: ArtNET support.Guy Harris1-1/+5
svn path=/trunk/; revision=7518
2003-04-16From Lars Roland:Guy Harris1-1/+3
Add Response-Time statistics for each known mgcp message-type. Fix a few bugs and remove trailing whitespace. Use "gdouble" for printing time-values and calculating the average. It is easier to use and shouldn't overflow on big trace files like "guint32". Move some functions for time statistics into the new file timestats.c in the main directory. This code may be useful in the rpc and smb rtt-taps as well. svn path=/trunk/; revision=7469