aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-12-14Use "tvb_format_text()" to format 8-bit strings, so we don't haveGuy Harris1-6/+6
2003-12-13"wctomb()" doesn't necessarily accept Unicode as input, and may produceGuy Harris1-47/+8
2003-12-13Put back "menu.h" - it's needed to declare "register_tap_menu_item()".Guy Harris10-15/+38
2003-12-13Squelch some compiler warnings.Guy Harris1-6/+6
2003-12-13Add the help directory to the build. Bump the release version to 0.10.0aGerald Combs4-8/+57
2003-12-13added "most recently used" lists forUlf Lamping6-6/+349
2003-12-13changed read_prefs_file(): read in a generic config file and do a callback toUlf Lamping2-15/+34
2003-12-13removed unused #include "menu.h" from the stats.c filesUlf Lamping10-20/+11
2003-12-13mention the GPL license in the Help->About dialogUlf Lamping1-6/+11
2003-12-13Add an equal sign to WBXML Attribute Start items that didn't have it.Olivier Biot1-12/+18
2003-12-13set link layer type sensitive only,Ulf Lamping1-3/+3
2003-12-13Put in a comment about some issues with the way we do "Update list ofGuy Harris1-1/+15
2003-12-13Add some sanity checking of arguments.Guy Harris1-3/+6
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris23-141/+99
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-8/+8
2003-12-13sensitivity of packet range options fine tuning:Ulf Lamping1-5/+13
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris1-36/+36
2003-12-13Use ints, not guchars, as packet offsets.Guy Harris1-5/+5
2003-12-13Widen the "value" parameter to "value2str()", rather than narrowing theGuy Harris1-51/+51
2003-12-13Check that the length in the ESIS header is sane, i.e. >= the length ofGuy Harris1-11/+17
2003-12-13Make some variables that hold unsigned 16-bit quantities "guint16",Guy Harris1-5/+5
2003-12-13Widen formal parameters rather than narrowing actual parameters.Guy Harris1-8/+8
2003-12-13Put in URLs for the AFP 3.1 spec.Guy Harris1-16/+142
2003-12-13Fix a typo.Guy Harris1-2/+2
2003-12-13Final checkin for 0.10.0.Gerald Combs2-2740/+2193
2003-12-13Add packet-isup.h as well.Gerald Combs1-1/+2
2003-12-13Add packet-ansi_map.h to the distribution.Gerald Combs1-1/+2
2003-12-12Always dissect a sm_submit otherwise reassembly of short messages does not work.Olivier Biot1-4/+10
2003-12-12Move info column update code outside of if (tree).Olivier Biot1-46/+71
2003-12-12Add some checks to make sure we're not running past the end of the RRGuy Harris1-41/+144
2003-12-12From Yuriy Sidelnikov: if the first SPDU in a TSDU has a type of 1 or 2,Guy Harris2-32/+78
2003-12-12From Hannes Gredler:Guy Harris1-17/+27
2003-12-12From Michael Lum:Guy Harris11-121/+1131
2003-12-12Switch from gettext 0.13 to 0.12.1.Gerald Combs1-11/+11
2003-12-12In "dlg_window_new()" check to see if "top_level" has been initialized,Gerald Combs2-4/+6
2003-12-11prevent MSVC warning:Ulf Lamping12-49/+49
2003-12-11Have "compute_key_id()" return different values for different errors,Guy Harris1-6/+11
2003-12-11Add "/usr/local/include" in case the PCRE header file is there.Guy Harris1-1/+23
2003-12-11replaced type u_int32_t by glib's guint32 (to satisfy MSVC)Ulf Lamping1-2/+2
2003-12-11Fix a typo.Guy Harris1-2/+2
2003-12-10Update the Windows environment to GLib 2.2.3 and GTK+ 1.3.0-20030717.Gerald Combs2-10/+12
2003-12-10Analyzer's PDML will be changed to start the packet offset (the "pos" field)Gilbert Ramirez1-6/+6
2003-12-10PCRE support requires $(PCRE_CFLAGS) in CFLAGS.Olivier Biot1-2/+2
2003-12-10WSP status code is hexadecimal.Olivier Biot1-2/+2
2003-12-10Bump the version to 0.10.0. It could be (and has been) argued that theGerald Combs3-7/+7
2003-12-10Oops, I checked the wrong tap into CVS somehow.Guy Harris1-131/+559
2003-12-10Make the _pcre_tuple_t struct internal.Gerald Combs2-12/+17
2003-12-10From David Fort: compute and display the key ID in a DNS KEY RR, ifGuy Harris1-4/+45
2003-12-10From Anders Broman: add CIC to Info column.Guy Harris1-5/+5
2003-12-10From Akira Endoh: IGAP support.Guy Harris6-5/+375