aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2003-03-26Put in a comment about the "to what code does the configuration fileGuy Harris1-1/+22
2003-03-25Fix up a comment.Guy Harris1-2/+2
2003-03-25Use "datafiledir" rather than "DATAFILE_DIR" as the name of the variableGuy Harris1-6/+5
2003-03-11Bump the version to 0.9.11. Let's hope the goat's blood and hastily carvedGerald Combs1-2/+2
2003-03-06From Lars Ronald :Ronnie Sahlberg1-2/+6
2003-03-04Bump the version to 0.9.10.Gerald Combs1-2/+2
2003-03-01Completely initialize all the address fields in a packet_info structure,Guy Harris1-1/+13
2003-02-28Assume all AT_NONE addresses are the same, as they have no address dataGuy Harris1-5/+15
2003-02-28Fixes for a couple of problems, from Albert Chin:Guy Harris2-9/+32
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris2-2/+4
2003-02-26From Pavel Roskin:Guy Harris2-40/+8
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris2-2/+44
2003-02-12Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIGuy Harris2-4/+4
2003-02-11Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-Guy Harris2-12/+41
2003-02-08Provide a way for ftype modules to provide a string representationGilbert Ramirez12-86/+183
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2-9/+3
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case aJörg Mayer1-3/+3
2003-01-28Thou shalt not cast pointers of unknown alignment to pointers toGuy Harris1-10/+7
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel4-7/+7
2003-01-22From Dinesh Dutt:Guy Harris4-4/+33
2003-01-21Fix a typo.Gerald Combs1-2/+2
2003-01-21From Brian Ginsbach: symbolic names for Fibre Channel Network AddressGuy Harris1-6/+24
2003-01-21Bump the version to 0.9.9. Update the NEWS and ChangeLog files.Gerald Combs1-2/+2
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris1-12/+110
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureGuy Harris1-2/+2
2003-01-06pointer spells with an oJörg Mayer1-3/+2
2003-01-06Update DCERPC so that for (NTLMSSP) PDUs that have been decryptedRonnie Sahlberg1-1/+3
2002-12-31From Ronald Henderson: make "format_text()", on Windows, escape allGuy Harris1-3/+15
2002-12-31From Ronald Henderson: fix up "snprintf()" and "vsnprintf()" calls inGuy Harris1-27/+91
2002-12-19Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsignedGuy Harris4-80/+139
2002-12-10Fix the formal argument list to "bytestring_to_str()" to match theGuy Harris1-8/+14
2002-12-10Add a new type of column for the circuit ID (Frame Relay DLCI, ISDNGuy Harris2-18/+103
2002-12-10From Alfred Koebler: add support for a column for the interface andGuy Harris2-2/+4
2002-12-09Work around annoying Apple C compiler/linker bug.Guy Harris2-89/+41
2002-12-08Clean up a bit, and put "extern" back.Guy Harris1-9/+8
2002-12-08On UNIX, search for plugins only in the directory in which plugins willGuy Harris1-46/+3
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs7-23/+200
2002-12-04Bump the version to 0.9.8. Update NEWS and ChangeLog to October 24.Gerald Combs1-2/+2
2002-12-03Show all 6 digits of precision in the time stamp column when displayingGuy Harris1-5/+5
2002-12-02Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris2-13/+13
2002-12-02"dfilter_compile()" doesn't modify the string pointed to by its firstGuy Harris2-4/+4
2002-11-28We have to keep the first frame - circuits aren't necessarily created asGuy Harris2-11/+11
2002-11-28Don't keep the first frame around for circuits; we assume that a givenGuy Harris2-11/+11
2002-11-28Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualGuy Harris1-3/+13
2002-11-28Make "ip6_to_str()" take a const pointer as an argument.Guy Harris2-5/+5
2002-11-28Make the "strings" pointer in a "header_field_info" structure a constGuy Harris3-12/+12
2002-11-27Cast various "const gpointer" arguments to const pointers rather thanGuy Harris3-24/+32
2002-11-27"ether_to_str()" takes a "const guint8 *" as an argument; there's noGuy Harris1-3/+3
2002-11-27The arguments to the "pntoh" and "pletoh" macros could be constGuy Harris1-19/+19
2002-11-16At least in my compile environment, we don't need "inet_v6defs.h" toGuy Harris1-5/+1