aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-02-16Actually, this works better.Gilbert Ramirez2-5/+5
2001-02-16Use the proper way to denote that a single operationGilbert Ramirez2-3/+5
2001-02-15More prototype fun - make the Lemon parser allocate and free routinesGuy Harris1-3/+3
2001-02-13In a display filter expression, make a field name refer to any of theGuy Harris3-33/+73
2001-02-12If there are multiple fields with the same name, list only one of themGuy Harris2-3/+23
2001-02-11Make boolean equality/inequality tests smarter; they don't testGilbert Ramirez1-7/+34
2001-02-11Remove unused variable and add copyright and RCS ID.Gilbert Ramirez1-2/+23
2001-02-08In "call_dissector()", if the protocol for the dissector referred to byGuy Harris1-1/+2
2001-02-02Add Makefile.nmake files for new subdirs.Gilbert Ramirez5-17/+105
2001-02-01Catch any exception thrown by accessing the tvbuff.Gilbert Ramirez1-3/+10
2001-02-01Make some pointers "guchar" pointers, so that characters extracted fromGuy Harris1-3/+3
2001-02-01Declare "proto_tree_set_protocol_tvb()" at the top, along with the otherGuy Harris1-1/+3
2001-02-01Grumble, grumble. I forgot to add the license comment at the topGilbert Ramirez29-26/+592
2001-02-01Create a more modular type system for the FT_* types. Put themGilbert Ramirez51-3138/+5484
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris4-27/+395
2001-01-31Correct a comment.Gilbert Ramirez1-2/+3
2001-01-31The plugin mechanism no longer uses display filters, so "plugins.h" noGuy Harris1-2/+1
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsGuy Harris2-412/+24
2001-01-28Add "col_clear()" to the list of functions in the transfer vector forGuy Harris1-4/+2
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris5-34/+63
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris1-5/+5
2001-01-17Automake 1.4b (which is actually a test version of 1.5, i.e. of aGuy Harris1-4/+4
2001-01-13Tvbuffify the PIM dissector.Guy Harris3-44/+3
2001-01-13Also save and restore the value of "pinfo->match_port" inGuy Harris1-3/+9
2001-01-12In all the routines that set "pinfo->current_proto" before calling aGuy Harris1-6/+36
2001-01-12Move the libethereal version to 0.8.15, and use the C preprocessorGilbert Ramirez3-9/+9
2001-01-12Change version numbers to 0.8.15Gilbert Ramirez1-5/+5
2001-01-10In "{old_}dissector_try_port()", check whether the protocol for theGuy Harris1-2/+75
2001-01-09Add a new "ip_to_str_buf()" routine that takes a pointer to an IPGuy Harris3-22/+35
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2-17/+38
2001-01-09Add tables of "conversation" dissectors, which are associated withGuy Harris2-2/+102
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris2-34/+188
2000-12-27Tvbuffify the RIP and OSPF dissectors.Guy Harris2-4/+28
2000-12-25Add a new "tvb_strsize()" routine, which finds the size of aGuy Harris2-2/+42
2000-12-22fix '#endif FRED' to '#endif /* FRED */'Nathan Neulinger1-2/+2
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.Gilbert Ramirez5-27/+70
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris1-2/+3
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris2-2/+21
2000-12-03Update a comment.Guy Harris1-3/+3
2000-12-03Declare "proto_malformed" in "packet-frame.h", as "packet-frame.c"Guy Harris1-5/+2
2000-12-03Nothing in "packet.c" uses the global "cfile", so there's no need toGuy Harris1-4/+1
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris2-2/+20
2000-11-30In "tvb_find_guint8()" and "tvb_pbrk_guint8()", correctly set the limitGuy Harris1-4/+14
2000-11-30In tvb_set_reported_length(), don't assert onGilbert Ramirez1-2/+4
2000-11-29Get the suffix for dynamically-loaded modules by means of a hackGuy Harris1-9/+31
2000-11-28Move Win32 version to 0.8.14.1Gilbert Ramirez1-3/+3
2000-11-22Generated Bison and Flex files test whether __STDC__ is definedGuy Harris1-1/+18
2000-11-21Senseless old prototype for rpc init removed.Uwe Girlich1-3/+1
2000-11-20Move to version 0.8.14Gilbert Ramirez1-5/+5