aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2001-01-28Get rid of support for old-style plugins (support for old-style pluginsguy2-412/+24
2001-01-28Add "col_clear()" to the list of functions in the transfer vector forguy1-4/+2
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsguy5-34/+63
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesguy1-5/+5
2001-01-17Automake 1.4b (which is actually a test version of 1.5, i.e. of aguy1-4/+4
2001-01-13Tvbuffify the PIM dissector.guy3-44/+3
2001-01-13Also save and restore the value of "pinfo->match_port" inguy1-3/+9
2001-01-12In all the routines that set "pinfo->current_proto" before calling aguy1-6/+36
2001-01-12Move the libethereal version to 0.8.15, and use the C preprocessorgram3-9/+9
2001-01-12Change version numbers to 0.8.15gram1-5/+5
2001-01-10In "{old_}dissector_try_port()", check whether the protocol for theguy1-2/+75
2001-01-09Add a new "ip_to_str_buf()" routine that takes a pointer to an IPguy3-22/+35
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy2-17/+38
2001-01-09Add tables of "conversation" dissectors, which are associated withguy2-2/+102
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy2-34/+188
2000-12-27Tvbuffify the RIP and OSPF dissectors.guy2-4/+28
2000-12-25Add a new "tvb_strsize()" routine, which finds the size of aguy2-2/+42
2000-12-22fix '#endif FRED' to '#endif /* FRED */'nneul1-2/+2
2000-12-22Enable FT_BYTES dfiltering, from Ed Warnicke.gram5-27/+70
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;guy1-2/+3
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itguy2-2/+21
2000-12-03Update a comment.guy1-3/+3
2000-12-03Declare "proto_malformed" in "packet-frame.h", as "packet-frame.c"guy1-5/+2
2000-12-03Nothing in "packet.c" uses the global "cfile", so there's no need toguy1-4/+1
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aguy2-2/+20
2000-11-30In "tvb_find_guint8()" and "tvb_pbrk_guint8()", correctly set the limitguy1-4/+14
2000-11-30In tvb_set_reported_length(), don't assert ongram1-2/+4
2000-11-29Get the suffix for dynamically-loaded modules by means of a hackguy1-9/+31
2000-11-28Move Win32 version to 0.8.14.1gram1-3/+3
2000-11-22Generated Bison and Flex files test whether __STDC__ is definedguy1-1/+18
2000-11-21Senseless old prototype for rpc init removed.girlich1-3/+1
2000-11-20Move to version 0.8.14gram1-5/+5
2000-11-20Move tvbtest.c to EXTRA_DISTgram1-3/+3
2000-11-19Check to make sure the h_addr entry returned by gethostbyname() can fitgerald1-4/+6
2000-11-19For each column, have both a buffer into which strings for that columnguy2-36/+88
2000-11-18Fix a number of problems that caused compiles to fail ifguy2-7/+8
2000-11-18Nobody calls "old_try_conversation_dissector()" orguy4-98/+4
2000-11-18Put in an empty declaration of "struct dissector_handle" beforeguy1-2/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy3-4/+27
2000-11-18Do the checks for the presence of a conversation dissector the same wayguy1-10/+6
2000-11-18Don't attempt to call the dissector for a conversation if theguy1-3/+16
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy2-4/+4
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andguy6-18/+134
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherguy3-4/+102
2000-11-14Add tvb_set_child_real_data_tvbuff(), which allows you to tell thegram2-9/+32
2000-11-13Add "dissector_delete()", "proto_item_get_len()",guy1-1/+11
2000-11-13Add the tvbuff routines expected to be used by dissectors to the tableguy1-1/+48
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aguy7-47/+63
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateguy1-1/+6