aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2000-09-14Change #include "wtap-int.h" to #include "wtap.h"Gilbert Ramirez1-2/+2
2000-09-14Move to version 0.8.12Gilbert Ramirez8-28/+32
2000-09-13Added to ignore Win32 detritusGraham Bloice1-0/+1
2000-09-13Updated to ignore Win32 detritusGraham Bloice5-0/+19
2000-09-13Don't put hf_text_only into the tree of filter-able protocols and fields.Gilbert Ramirez1-2/+7
2000-09-13Use another cleanup function to avoid compiler warning.Gilbert Ramirez1-3/+12
2000-09-13Throw ReportedBoundsError instead of asserting if reported_length < -1.Gilbert Ramirez3-12/+33
2000-09-13Add an item for Craig Metz's OSPF patches.Guy Harris1-0/+1
2000-09-13Changes from Craig Metz to:Guy Harris4-3/+13
2000-09-12Expand on the item about G_HAVE_GINT64.Guy Harris1-1/+2
2000-09-12Add support for NetBSD DLT_PPP_SERIAL, which has the value 50, and whichGuy Harris1-1/+55
2000-09-12NULL may be defined as something such as "(void *)0", rather than justGuy Harris1-3/+3
2000-09-12Add a col_get_writable in case there are any deeply embeddedRichard Sharpe1-1/+14
2000-09-12Oops, I left off one "-*" in the XLFD description for the font that isGuy Harris1-2/+2
2000-09-12Include <unistd.h> to declare "close()" and "unlink()".Guy Harris1-1/+5
2000-09-12Fix typos and give more detail on some changes.Guy Harris1-12/+15
2000-09-12It's "GSList", not "GSlist".Guy Harris1-2/+2
2000-09-12Also free the GSLists for per-frame data on frames we haven'tGuy Harris1-8/+6
2000-09-12Add news for upcoming 0.8.12Gilbert Ramirez1-0/+105
2000-09-12This completes the tvbuffication of packet-bxxp.c, in that all the cruft is g...Richard Sharpe1-33/+165
2000-09-11On some UNIX platforms, you need to include <sys/types.h> to getGuy Harris1-1/+6
2000-09-11Fix the problem with resetting per-frame state info problems that thereRichard Sharpe1-8/+7
2000-09-11Fix build on Win32.Gilbert Ramirez3-3/+13
2000-09-11Added #include "strutil.h"Gilbert Ramirez1-1/+2
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez21-214/+296
2000-09-11We have to free up the per-frame data when we rescan, because we haveRichard Sharpe2-2/+12
2000-09-10Compute and display negative relative and delta time stamps correctly,Guy Harris6-53/+112
2000-09-09Small changes in help windows:Laurent Deniel1-8/+15
2000-09-09In the callback for the "OK" button in the font selection dialog, checkGuy Harris1-36/+71
2000-09-09"redraw_hex_dump()" can't use "cfile.pd" or "cfile.current_frame", as itGuy Harris5-48/+47
2000-09-09Explain why "stream_prefs_apply()" doesn't do anything.Guy Harris1-3/+5
2000-09-09"#if 0" out the code that puts "Cut", "Copy", and "Paste" items into theGuy Harris1-1/+8
2000-09-08Redraw:Guy Harris12-63/+169
2000-09-08Get rid of a debugging "fprintf()" call in "tvb_format_text()".Guy Harris1-3/+1
2000-09-08Graham Bloice's patch to support inverse video rather than boldfaceGuy Harris11-80/+273
2000-09-08Load "libsnmp.so.0", not "libsnmp.so":Guy Harris1-8/+27
2000-09-08I have tvbuffified packet-bxxp.c and started on per-session and per-packetRichard Sharpe1-100/+249
2000-09-08Added tvb_format_textRichard Sharpe2-2/+26
2000-09-07Add return type for tvb_strneql() and add prototype in tvbuff.hGilbert Ramirez2-4/+9
2000-09-07Add tvb_strneql routine for checking if a string is present in theRichard Sharpe1-1/+27
2000-09-07Always use "g_free()" to free "ifc.ifc_buf"; it's set to a valueGuy Harris1-2/+2
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez17-218/+190
2000-09-07Change variable from 'char*' to 'const char*' to avoid compiler warning.Gilbert Ramirez1-2/+2
2000-09-06Check that columns are enabled and that COL_INFO exists before addingGilbert Ramirez1-4/+7
2000-09-06Fix offset bug in func 0x1737, and added code to automatically checkGilbert Ramirez1-11/+45
2000-09-05Fix help display (random character displayed in tab).Laurent Deniel1-2/+2
2000-09-01Fix labelling of endianness. Error reported byGilbert Ramirez1-3/+3
2000-08-31Re-arrange size and nmemb arguments in fread() (file_read()) calls soGilbert Ramirez1-8/+8
2000-08-31The interface list will now be get into an dynamic growing buffer and notUwe Girlich1-14/+33
2000-08-30Initial BXXP dissector ...Richard Sharpe2-1/+634