aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-20Move tvbtest.c to EXTRA_DISTGilbert Ramirez1-3/+3
2000-11-19Check to make sure the h_addr entry returned by gethostbyname() can fitGerald Combs1-4/+6
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris2-36/+88
2000-11-18Fix a number of problems that caused compiles to fail ifGuy Harris2-7/+8
2000-11-18Nobody calls "old_try_conversation_dissector()" orGuy Harris4-98/+4
2000-11-18Put in an empty declaration of "struct dissector_handle" beforeGuy Harris1-2/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris3-4/+27
2000-11-18Do the checks for the presence of a conversation dissector the same wayGuy Harris1-10/+6
2000-11-18Don't attempt to call the dissector for a conversation if theGuy Harris1-3/+16
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2-4/+4
2000-11-15Move the table of bit-swapped byte values to "epan/bitswap.c", andGuy Harris6-18/+134
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris3-4/+102
2000-11-14Add tvb_set_child_real_data_tvbuff(), which allows you to tell theGilbert Ramirez2-9/+32
2000-11-13Add "dissector_delete()", "proto_item_get_len()",Guy Harris1-1/+11
2000-11-13Add the tvbuff routines expected to be used by dissectors to the tableGuy Harris1-1/+48
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris7-47/+63
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris1-1/+6
2000-11-12Make "tvb_find_line_end()" and "tvb_find_line_end_unquoted()" treat CRGuy Harris1-72/+50
2000-11-11Make the string-to-compare-with arguments to "tvb_strneql()" andGuy Harris2-6/+6
2000-11-11Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN inGuy Harris1-12/+1
2000-11-10Allow "tvb_find_guint8()", "tvb_pbrk_guint8()", and "tvb_strnlen()" toGuy Harris2-23/+45
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris4-41/+246
2000-11-09Tvbuffify the HTTP, NNTP, RSH, RTSP, and Telnet dissectors.Guy Harris2-12/+151
2000-11-09Support for embedded newlines in SDP fields, from Robert Tsai.Guy Harris2-2/+34
2000-11-05Allow plugins to have, instead of "protocol" and "filter_string"Guy Harris1-37/+173
2000-11-03Corrected BASE_OCT support for display formats. Note - it probably isn'tNathan Neulinger1-5/+13
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris2-2/+30
2000-10-27Move to version 0.8.13.Gilbert Ramirez1-5/+5
2000-10-27Added some autoconf- and automake-generated files to .cvsignore.Gilbert Ramirez1-0/+8
2000-10-21Wildcard matching is tricky - you have to try wildcarding both theGuy Harris2-68/+393
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris2-32/+147