aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez6-4/+203
2001-03-15The other "proto_tree_add" routines will, if the "tree" argument isGuy Harris1-1/+4
2001-03-15Add a new AT_OSI address type.Guy Harris2-3/+12
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez3-6/+6
2001-03-07In the code that handles finding a field after a user clicks onGilbert Ramirez1-2/+2
2001-03-06Add some win32-specific targets in .cvsignore's.Gilbert Ramirez4-4/+10
2001-03-05Move version to 0.8.16.Gilbert Ramirez4-8/+8
2001-03-03Fix some places where value-to-string routines were returning FALSE,Guy Harris2-10/+50
2001-03-02Calculate the height and width of m_r_font globally, since variousGilbert Ramirez2-2/+55
2001-03-02Get rid of unused method from ftypes structure.Gilbert Ramirez8-83/+8
2001-03-02Enable slices of [i-j], where i is start offset and j is end offset,Gilbert Ramirez6-85/+147
2001-03-01Create proper display filter for FT_BOOLEAN when using "Match Selected".Gilbert Ramirez1-4/+5
2001-02-27Move the location of cppmagic.h, since the lemon-flex include filesGilbert Ramirez2-16/+1
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez18-330/+806
2001-02-27Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"Guy Harris1-1/+2
2001-02-26Remove the Lemon stuff from EXTRA_DIST; the Lemon source is now inGuy Harris1-5/+1
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