aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-01-17precompiled wpdpack.zip file is now at the websiteUlf Lamping1-2/+2
2004-01-17Clean up some compiler warnings.Guy Harris1-65/+70
2004-01-17PDUs with a content-type header may contain data that can be handed offOlivier Biot1-118/+194
2004-01-17Try to genereate cvsversion.hJörg Mayer1-1/+8
2004-01-17new "Font" preferences page instead of a font dialog in "User Interface"Ulf Lamping3-109/+71
2004-01-16Passing a double as the value argument to "proto_tree_add_uint()" orGuy Harris1-18/+16
2004-01-16Constify some pointers to which pointers-to-const are assigned.Guy Harris1-3/+3
2004-01-16Add cvsversion.h to the list of files to be ignored by CVS, as it's aGuy Harris1-0/+1
2004-01-16CVS isn't letting me check in the icons file, so back the Makefile.amGuy Harris1-2/+1
2004-01-16Add a Mac OS X icon file, for possible future use.Guy Harris1-1/+2
2004-01-16column preferences page now looks similar to the color dialog layout,Ulf Lamping1-34/+84
2004-01-16In case of CVS sources, add the date of the last change to the versionJörg Mayer5-11/+104
2004-01-16From Thomas Anders: fix a typo.Guy Harris3-3/+7
2004-01-16Reset the tap listeners in "retap_packets()" before rerunning the taps.Guy Harris1-1/+4
2004-01-16From Tomas Kukosa: there are 3, not 4, bits of codeset in an IE.Guy Harris1-28/+3
2004-01-16From Aaron Woo (via Jeff Weston): Optimized Link State Routing ProtocolGerald Combs1-0/+1
2004-01-16bugfix: use correct size of global valueUlf Lamping1-6/+7
2004-01-16From Aaron Woo (via Jeff Weston): Optimized Link State Routing ProtocolGerald Combs4-2/+675
2004-01-16GLib versions prior to 2.0 don't have g_ascii_strdown(). Use g_strdown()Gerald Combs1-1/+6
2004-01-16Fix a typo in protocol tree.Olivier Biot1-2/+2
2004-01-16Add support for MIME multipart dissection.Olivier Biot5-15/+953
2004-01-15Put in a space where it belongs.Guy Harris1-2/+2
2004-01-15From Anders Broman: dissect access transport, user teleservice info,Guy Harris3-32/+132
2004-01-15move "marked packet color" setting from gui_prefs to Colors page.Ulf Lamping2-332/+41
2004-01-14Change labels from "TCP Streams" to "Colors", to add other color values laterUlf Lamping2-11/+11
2004-01-14destroy the "save as" dialog only, if it's existingUlf Lamping1-2/+3
2004-01-13From Martin Mathieson: handle up to 4 RTP channels in an SDP packet.Guy Harris1-50/+81
2004-01-13From Anders Broman: dissect message compatibility information parameter.Guy Harris1-5/+52
2004-01-13In at least one capture, the User teleservices parameter length is 2,Guy Harris1-4/+4
2004-01-13From Anders Broman:Guy Harris1-2/+13
2004-01-13Use "retap_packets()" rather than "redissect_packets()".Guy Harris12-29/+29
2004-01-13Add a routine "retap_packet()" that runs through all packets, dissectingGuy Harris3-30/+65
2004-01-13You can't rely on "proto_tree_add_item()" returning a non-null pointer,Guy Harris2-14/+20
2004-01-13"dfilter_compile()" supplies a null dfilter pointer for an empty filterGuy Harris1-2/+3
2004-01-13Add a routine "io_stat_reset()" to reset an io_stat_t; haveGuy Harris1-123/+100
2004-01-13Fix the MIBenum mapping for HZ-GB-2312 (MIBenum = 2085).Olivier Biot1-3/+4
2004-01-13Make the variable into which values fromGuy Harris1-5/+5
2004-01-13Get rid of CRs.Guy Harris1-143/+152
2004-01-13From Anders Broman: dissect media type application/ISUP as ISUP.Guy Harris1-1/+40
2004-01-13From Joost Yervante Damad:Guy Harris3-2/+18
2004-01-13From Matthijs Melchior: allow an absent or empty file name to mean "noGuy Harris1-1/+4
2004-01-13From Yuriy Sidelnikov: ISO 8823 Presentation Protocol support.Guy Harris5-2/+1955
2004-01-13From Yuriy Sidelnikov: fix a bug caused by incorrect by-hand applicationGuy Harris1-5/+5
2004-01-13From Yuriy Sidelnikov: remove an incorrect "&".Guy Harris1-2/+2
2004-01-12Fix a source file name that got added to the list of object files.Guy Harris1-2/+2
2004-01-11Rename DISSECTOR_HELPER_{SRC,OBJECTS} toGuy Harris8-347/+434
2004-01-11#if 0 out test that causes an always false warningJörg Mayer2-2/+6
2004-01-10Replace guchar * with gchar * and get rid of many signedness warnings.Olivier Biot2-42/+42
2004-01-10close the Save (As) dialog, when the capture file is closedUlf Lamping3-5/+19
2004-01-10add a "Save As" button to the toolbar,Ulf Lamping1-25/+55