aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-10bugfix: hide panes if a non "Update" capture had no packets captured (hopeful...Ulf Lamping1-5/+5
2005-04-10bugfix: call cf_cb_live_capture_finished *if* some packets were capturedUlf Lamping1-0/+2
2005-04-10fix a typoUlf Lamping1-1/+1
2005-04-10Win32 only bugfix: as using TerminateProcess is the brute force way and somet...Ulf Lamping4-29/+143
2005-04-10bugfix: when no packets were captured, don't call cf_cb_live_capture_finished...Ulf Lamping1-2/+4
2005-04-10refactoring of the capture startup (while the capture parent waits for the ch...Ulf Lamping1-81/+104
2005-04-10fix descriptive texts, so they fit into the windowUlf Lamping1-2/+5
2005-04-10Clean up indentation.Guy Harris1-119/+119
2005-04-10Clean up white space, and tweak a comment slightly ("message" in theGuy Harris1-6/+6
2005-04-10Fix indentation.Guy Harris1-10/+10
2005-04-10Make it slightly clearer that the bitwise AND operator evaluates to aGuy Harris1-0/+3
2005-04-09KRB_ERROR can be returned and it is not encapsulatedRonnie Sahlberg1-0/+7
2005-04-08Fix brokenness from previous patch.Gerald Combs1-301/+162
2005-04-08Add a length check.Gerald Combs1-0/+1
2005-04-08Add a length check, fix up some comments.Gerald Combs1-162/+302
2005-04-08From Martin MRonnie Sahlberg1-73/+168
2005-04-08From Neil KettleRonnie Sahlberg2-2/+10
2005-04-07From Didier:Ronnie Sahlberg5-24/+16
2005-04-07updating Mark C Browns informationRonnie Sahlberg6-5/+14
2005-04-07make the ip ip field we use as the reassembly key a bit moreRonnie Sahlberg1-1/+5
2005-04-07From Francisco AlcobaRonnie Sahlberg3-7/+393
2005-04-07From Greg MorrisRonnie Sahlberg1-4/+12
2005-04-06add Ilya KonstantinovUlf Lamping1-0/+1
2005-04-06from Ilya Konstantinov: fixed a bug as DND wasn't working with GNOME, I've al...Ulf Lamping1-11/+20
2005-04-05use proto_item_appent_text() instead of proto_item_append_string() since the ...Ronnie Sahlberg1-1/+1
2005-04-05Try not to call proto_tree_add_text() with negative lengths in error messages.Gerald Combs1-5/+5
2005-04-05From Francisco AlcobaRonnie Sahlberg1-102/+104
2005-04-04Add length checks so that we don't overflow buffers.Gerald Combs1-2/+3
2005-04-04From Lars RuoffRonnie Sahlberg1-27/+35
2005-04-04Don't generate a "dissector bug" warning in cases where a dissector callsGerald Combs1-1/+1
2005-04-04From Cvetan IvanovRonnie Sahlberg3-12/+106
2005-04-04the definition of tcp address structure changed between version 3 and version 4Ronnie Sahlberg1-6/+66
2005-04-04From Kenny ShumardRonnie Sahlberg2-38/+367
2005-04-04From Martin MathiesonRonnie Sahlberg1-3/+7
2005-04-04the netware dissector is the only dissector that accesses fvalue_ functions d...Ronnie Sahlberg1-13/+68
2005-04-04Add a couple of length checks.Gerald Combs1-0/+8
2005-04-03Fix up the table of encapsulation type strings to match the new set ofGuy Harris1-4/+19
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris12-137/+87
2005-04-02From Tim Endean:Anders Broman2-9/+380
2005-04-02From Tim Endean:Anders Broman2-8/+163
2005-04-01from Jeremy JougletRonnie Sahlberg2-8/+25
2005-04-01update for padbyte on old juniper boxensRonnie Sahlberg1-2/+8
2005-04-01from Lars RRonnie Sahlberg1-35/+12
2005-04-01tiny bugfix for gsmmapRonnie Sahlberg3-2/+4
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg13-64/+501
2005-04-01Give it an RCS ID.Guy Harris1-0/+2
2005-04-01From Giles ScottRonnie Sahlberg3-0/+162
2005-04-01From Charlie Lenahan: support for some HP switch protocol.Guy Harris3-0/+271
2005-04-01Get rid of an unused variable.Guy Harris2-36/+2
2005-04-01"get_conv_info()" doesn't use the tvbuff passed to it, so don't pass itGuy Harris1-3/+3