aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris2-3/+3
2000-10-19There's no "exception.h" header file in "epan", but there isGuy Harris1-2/+2
2000-10-18Get rid of extra declaration of HAVE_DIRECT_H; one is enough.Guy Harris1-4/+1
2000-10-17Make the top-level "config.h.win32" more closely resemble the top-levelGuy Harris3-5/+100
2000-10-17Patch from Heikki Vatiainen to make "tvb_strnlen()" return the length ofGuy Harris1-6/+5
2000-10-17Do checks for platform-specific compiler flags in the libethereal andGuy Harris1-1/+28
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris13-41/+229
2000-10-14Move inet_*.[ch] files to epan.Gilbert Ramirez7-6/+769
2000-10-14While keeping the directory named 'epan' and the symbols in the libraryGilbert Ramirez2-8/+8
2000-10-11Fix it to build on Windows.Guy Harris3-3/+50
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez4-198/+87
2000-09-30- HAVE_PLUGINS is defined in plugins.h so it must be included here.Olivier Abad1-1/+2
2000-09-30If a line consists *solely* of an LF, set "*eol" to point to the LF.Guy Harris1-1/+6
2000-09-29Dynamically grow the buffer used by "format_text()", rather than cuttingGuy Harris1-24/+37
2000-09-28Simple code movement.Gilbert Ramirez3-1/+257
2000-09-28Simple code movement to epan.Gilbert Ramirez3-1/+1498
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez8-10/+180