aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2002-11-16At least in my compile environment, we don't need "inet_v6defs.h" toGuy Harris1-5/+1
2002-11-16There's no need to include "prefs.h" unless we're actually exporting theGuy Harris1-8/+8
2002-11-15From Chris Waters: export "find_dissector_table()" and addGuy Harris2-3/+16
2002-11-14From Tomas Kukosa: export more routines to plugins.Guy Harris1-1/+31
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerGuy Harris2-7/+3
2002-11-08Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris3-24/+91
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris1-2/+3
2002-11-01Fix a problem when using the same field more than once in a displayGilbert Ramirez1-11/+14
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris3-6/+13
2002-10-29Move the stuff to save, recompute, and restore "can_desegment" out ofGuy Harris2-30/+4
2002-10-29Don't return 0 from "call_dissector_work()" if the packet was dissectedGuy Harris1-1/+9
2002-10-29Note why we're including <sys/socket.h> and <winsock2.h> in places whereGuy Harris4-13/+21
2002-10-28Hoist the bulk of the stuff involved in calling a dissector through aGuy Harris1-60/+65
2002-10-25Count ICMPv6 packets as ICMP when capturing.Guy Harris1-2/+1
2002-10-23Put a leading "0x" in front of the hex value for ARCNET addresses whenGuy Harris1-2/+2
2002-10-22Minimalistic support for counting IPv6 packets during captureJörg Mayer1-1/+2
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris3-3/+346
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris5-9/+29
2002-10-19The Frame Relay DLCI is a virtual circuit identifer, not a source orGuy Harris2-12/+2
2002-10-19"addr->data", not "addr", points to the DLCI.Guy Harris1-2/+2
2002-10-18Put in code to handle AT_DLCI.Guy Harris1-2/+7
2002-10-18Add an AT_ARCNET address type for ARCNET addresses, and have the ARCNETGuy Harris2-3/+20
2002-10-16Make the dfilter code support multiple header_field_info's withGilbert Ramirez4-59/+101
2002-10-15Squelch some compiler warnings.Guy Harris1-4/+4
2002-10-15When registering a protocol, make sure there are no other protocols withGuy Harris1-1/+38
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",Guy Harris2-3/+15
2002-10-14From Ulf Lamping: count ARP packets in capture progress dialog box.Guy Harris1-1/+2
2002-10-09Support for both old and brand new libtool versionsJörg Mayer1-1/+2
2002-10-06Change by Didier Gautheron to make automake 1.7 work.Jörg Mayer1-4/+4
2002-09-26Bump the version up to 0.9.7. The countdown begins. Too bad ourGerald Combs1-2/+2
2002-09-10When allocating a hash table for a given MAC address range, useGuy Harris1-2/+2
2002-09-09"dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to whichGuy Harris4-10/+8
2002-09-09Allow the "manuf" file to contain well-known MAC addresses and addressGuy Harris1-56/+354
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg1-1/+3
2002-09-02From Hannes Gredler:Guy Harris1-3/+3
2002-08-29From Hannes Gredler: make the IS-IS dissector more verbose in the INFOGuy Harris1-4/+10
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer84-538/+538
2002-08-28Add gtk2/glib2 handling to configure. Use --enable-gtk2 to useJörg Mayer1-3/+9
2002-08-24From Ulf Lamping: add a new FT_FLOAT type, for single-precisionGuy Harris5-17/+241
2002-08-24Before dissecting a packet, clear the filter field and value stored withGuy Harris1-1/+3
2002-08-22Fix the comment before "CMP_ADDRESS()" to reflect reality ("memcmp()"Guy Harris1-3/+3
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2-2/+9
2002-08-18From Vassilii Khachaturov: put protocol blurbs into tables generatedGuy Harris1-3/+3
2002-08-17Bump the version number to 0.9.6. Update the ChangeLog. Add roughGerald Combs1-2/+2
2002-08-14From Tomas Kukosa: add some more routines to the plugin API.Guy Harris3-25/+31
2002-08-14Sort .cvsignore alphabetically and add libtool where missing.Jörg Mayer1-11/+12
2002-08-14Replace usage of AC_PROG_RANLIB which is deprecated for newer versionsJörg Mayer1-2/+2
2002-08-04Undo my last change: These files are used by systems only that need sys/types.hJörg Mayer2-13/+29
2002-08-03<netinet/in.h> is needed for <arpa/inet.h>, at least on some platforms,Guy Harris1-13/+21
2002-08-03<netinet/in.h> is needed for <arpa/inet.h>, at least on some platforms,Guy Harris1-1/+9