aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2002-12-10Fix the formal argument list to "bytestring_to_str()" to match theGuy Harris1-8/+14
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNGuy Harris2-18/+103
2002-12-10From Alfred Koebler: add support for a column for the interface andGuy Harris2-2/+4
2002-12-09Work around annoying Apple C compiler/linker bug.Guy Harris2-89/+41
2002-12-08Clean up a bit, and put "extern" back.Guy Harris1-9/+8
2002-12-08On UNIX, search for plugins only in the directory in which plugins willGuy Harris1-46/+3
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs7-23/+200
2002-12-04Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.Gerald Combs1-2/+2
2002-12-03Show all 6 digits of precision in the time stamp column when displayingGuy Harris1-5/+5
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris2-13/+13
2002-12-02"dfilter_compile()" doesn't modify the string pointed to by its firstGuy Harris2-4/+4
2002-11-28We have to keep the first frame - circuits aren't necessarily created asGuy Harris2-11/+11
2002-11-28Don't keep the first frame around for circuits; we assume that a givenGuy Harris2-11/+11
2002-11-28Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualGuy Harris1-3/+13
2002-11-28Make "ip6_to_str()" take a const pointer as an argument.Guy Harris2-5/+5
2002-11-28Make the "strings" pointer in a "header_field_info" structure a constGuy Harris3-12/+12
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanGuy Harris3-24/+32
2002-11-27"ether_to_str()" takes a "const guint8 *" as an argument; there's noGuy Harris1-3/+3
2002-11-27The arguments to the "pntoh" and "pletoh" macros could be constGuy Harris1-19/+19
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