aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer22-194/+70
2002-07-31Fix small typoRonnie Sahlberg1-2/+2
2002-07-31Adding a new macro CMP_ADDRESS similar to ADDRESS_EQUAL but this one will returnRonnie Sahlberg1-1/+15
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2-16/+66
2002-07-17From Joerg Mayer:Guy Harris3-16/+3
2002-07-16From Joerg Mayer: add #includes of "snprintf.h" in modules that usedGuy Harris1-1/+5
2002-07-12From Anand V. Narwani:Guy Harris1-1/+4
2002-06-29From Didier Gautheron:Guy Harris1-3/+3