aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-01-03Make Analyze/Statistics have an accelerator of Alt+A S and moveRichard Sharpe28-65/+65
2004-01-03Warning fix: Mark a parameter as unusedJörg Mayer1-1/+1
2004-01-03Make XConvertCase static to avoid a warning at link time.Michael Tüxen1-2/+2
2004-01-03Fix an incorrect filterable field name.Olivier Biot1-2/+2
2004-01-03At least with some versions of GCC, the __attribute__((unused)) stuffGuy Harris1-2/+2
2004-01-03Mark arguments as unused.Guy Harris1-11/+11
2004-01-03Have "dissect_xdlc_control()" take a pointer to a structure containingGuy Harris14-200/+649
2004-01-03Process all the data in the packet, regardless of whether it's capturedGuy Harris1-2/+2
2004-01-03Deal with some weird ISMP packets that have 0x42 0x42 0x03 in front ofGuy Harris1-2/+11
2004-01-02Fix a comment.Guy Harris1-2/+2
2004-01-02hide save dialog, while savingUlf Lamping1-4/+6
2004-01-02bugfix: init progbar to NULL at the right placeUlf Lamping1-3/+2
2004-01-02added a progressbar, when saving a large capture fileUlf Lamping1-28/+91
2004-01-02recent files: make submenu insensitive if empty andUlf Lamping1-20/+93
2004-01-02From Didier: don't update the progress bar more often than every 100msUlf Lamping1-0/+1
2004-01-02From Didier: don't update the progress bar more often than every 100msUlf Lamping1-2/+16
2004-01-02From Michael Shuldman: enhanced X11 support.Olivier Biot1-0/+4
2004-01-02From Michael Shuldman:Olivier Biot3-557/+3947
2004-01-02Revert a small change I made a day or so ago because Guy has captures thatRichard Sharpe1-2/+2
2004-01-02From Steven Lass: put the request and status lines into the protocolGuy Harris1-6/+23
2004-01-02Tweak the name of the Coloring Rules dialog box to be more consistent ...Richard Sharpe1-3/+3
2004-01-01Make the RTSP packet handling more like the HTTP packet handling.Guy Harris1-31/+81
2004-01-01Clean up the blank line handling a bit.Guy Harris1-20/+20
2004-01-01Don't show empty media formats.Guy Harris1-2/+4
2004-01-01From Chris Waters: fix a typo.Guy Harris1-2/+2
2004-01-01Add support of contains operator in slices.Olivier Biot1-3/+18
2004-01-01Add support of contains and matches operators on slices.Olivier Biot1-6/+33
2004-01-01label texts changed (tip from Richard)Ulf Lamping1-8/+8
2004-01-01rearranged prefs topicsUlf Lamping1-63/+65
2004-01-01moved recent files pref, as it splits corresponding dir entriesUlf Lamping1-10/+9
2004-01-01comment fixedUlf Lamping1-2/+2
2003-12-31http://www.ethereal.com/distribution/win32/development/ has GLib 2.2.3Guy Harris1-4/+4
2003-12-31Remove redundant protocol names from preference values.Guy Harris3-7/+13
2003-12-31Make the tvbuff for SDP lines have the line length as its length andGuy Harris1-2/+3
2003-12-31If a packet has a packet number of 0, it's not a fragment if the statusGuy Harris1-2/+2
2003-12-31For WTAP_ENCAP_ETHERNET, you have to fill in the "eth.fcs_len" member ofGuy Harris1-1/+12
2003-12-30In "get_field_data()", check to make sure the field doesn't run past theGuy Harris1-3/+16
2003-12-30Include <string.h> to declare various string manipulation functions.Guy Harris1-1/+2
2003-12-30removed compilation of packet-slskUlf Lamping1-2/+1
2003-12-30added dick gooris to the list of contributorsUlf Lamping2-0/+6
2003-12-30Remove unused variable firmware_revJörg Mayer1-2/+1
2003-12-30New protocol: Enterasys Interswitch Message Protocol (ismp) andJörg Mayer5-2/+877
2003-12-30Header files proto-ABBREV.h must not exist if there are no functionsOlivier Biot1-8/+57
2003-12-30A small fix from Andrew Bartlett. The Short File Name is always in UNICODE.Richard Sharpe1-3/+3
2003-12-30Clean up the handling of the code that handles the payload a bit; thisGuy Harris1-22/+31
2003-12-30minor changes and a small bugfixUlf Lamping1-7/+16
2003-12-30Update another URL and other stuff in that comment.Guy Harris1-4/+4
2003-12-30Update a URL.Guy Harris1-2/+6
2003-12-30Export a "dissect_tcp_payload()" routine from the TCP dissector, for useGuy Harris3-23/+52
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris2-9/+30