aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-30List pint.h as a source file.Gilbert Ramirez1-1/+2
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.Gilbert Ramirez11-353/+473
2000-08-29correct nodeinfo (node addresses). it returns address (16byte) + ttl (4byte),Jun-ichiro itojun Hagino1-5/+6
2000-08-27Don't set the text on a V2 READDIR entry if there's no entry.Guy Harris1-2/+3
2000-08-26Fix a minor spelling mistake ...Richard Sharpe1-2/+2
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez10-19/+11
2000-08-25Attach my name to the "GtkClist replacement" item; it's a work inGuy Harris1-9/+4
2000-08-25Remove some items which are now available.Laurent Deniel1-12/+2
2000-08-25Note GTK+ distribution version for 0.8.11 binary release.Gilbert Ramirez1-2/+4
2000-08-25- add protocol registrationLaurent Deniel2-72/+125
2000-08-25Fix comment.Laurent Deniel1-2/+2
2000-08-25Fix comment and add reference to RFC.Laurent Deniel1-3/+3
2000-08-25Add protocol registration (pptp).Laurent Deniel1-7/+35
2000-08-25Include the control-field information in the Info column for LLC frames.Guy Harris1-9/+4
2000-08-25Redo the way we map between libpcap encapsulation type codes and WiretapGuy Harris3-88/+262
2000-08-24Include bus errors and aborts, as well as segmentation violations, asGuy Harris1-6/+12
2000-08-24Give the RFC number of the spec for the portmapper/rpcbind protocols.Guy Harris1-1/+6
2000-08-24Add a comment giving the RFC numbers of specs for ONC RPC.Guy Harris1-1/+17
2000-08-24Name updates to stuff in GSS authentication for ONC RPC, from Dug Song.Guy Harris2-32/+32
2000-08-24Do not malloc a TCP fragment for a packet that does not contain data.Laurent Deniel1-2/+2
2000-08-24Add some dlg_set_cancel().Laurent Deniel1-13/+18
2000-08-24Fixes to add state keeping and properly decode SMTP.Richard Sharpe1-20/+300
2000-08-24If we've thrown away saved state before a rescan of the frames in aGuy Harris1-2/+21
2000-08-24Use 0, rather that 0xffffffff, as the "no reply frame number known yet"Guy Harris1-5/+9