aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-14In dissect_ber_integer(), generate a warning if the integer length isGerald Combs1-2/+6
2005-04-14Add another passel of tvb_ensure_bytes_exist()s. Fixes bug 24.Gerald Combs1-0/+9
2005-04-14Add a tvb_ensure_bytes_exist() to dissect_ber_octet_string(). Fixes bugGerald Combs1-0/+1
2005-04-14Add a bunch of tvb_ensure_bytes_exist() calls. Some of these may not beGerald Combs1-4/+26
2005-04-14From packetsteve :Ronnie Sahlberg2-1/+3
2005-04-14From Steve KargRonnie Sahlberg4-24/+763
2005-04-14make file name snooping use information from READDIRPLUS replies when buildin...Ronnie Sahlberg1-7/+30
2005-04-14Add a script based on the "menagerie-fuzz" buildbot test. RunningGerald Combs1-0/+52
2005-04-14In dissect_h245_OpenLogicalChannelCodec(), make sure codec_type exists beforeGerald Combs2-2/+2
2005-04-14fix bug in parsing of NDMP_DATA_CONNECT messages, it is a ndmp_address passed...Ronnie Sahlberg1-1/+10
2005-04-14From Francisco Alcoba:Lars Roland1-109/+284
2005-04-13From Francisco Alcoba:Lars Roland2-35/+35
2005-04-13Remove redundant definition of _need_var_import_Lars Roland1-4/+0
2005-04-13Fix a bug introduced by my previous checkin.Gerald Combs1-2/+4
2005-04-13Check for COL_INFO before trying to modify it.Gerald Combs1-1/+1
2005-04-13In dissect_ber_octet_string_wcb(), make sure out_tvb is non-NULL beforeGerald Combs1-5/+5
2005-04-13Add a couple of tvb_ensure_bytes_exist() calls to fix bug 12.Gerald Combs2-0/+2
2005-04-12another try to fix the unix buildUlf Lamping1-2/+2
2005-04-12bugfix for unix builds, remove leftover things from function moveUlf Lamping1-3/+0
2005-04-12add clear toolbar icon (from GTK stock icons)Ulf Lamping3-0/+85
2005-04-12don't display "No packets captured" dialog, when using the new clear featureUlf Lamping1-2/+2
2005-04-12capture engine: Ulf Lamping10-85/+131
2005-04-12Save As: ask user if he wants to overwrite an already existing fileUlf Lamping1-33/+115
2005-04-12add functions file_exists and file_identical to filesystem.c (coming from fil...Ulf Lamping4-18/+96
2005-04-12[CHECKSUM INCORRECT] -> [TCP CHECKSUM INCORRECT]Ulf Lamping1-1/+1
2005-04-12change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...Ronnie Sahlberg2-15/+31
2005-04-12it should now be possible to use "Update packets in real time" even if used w...Ulf Lamping6-210/+176
2005-04-11various capture code cleanup and fixes: Ulf Lamping5-105/+103
2005-04-11fix some error handlingUlf Lamping1-5/+17
2005-04-11Major speed improvement for filtering and dissection.Ronnie Sahlberg6-36/+221
2005-04-11Add a note about testing to the "Robustness" section.Gerald Combs1-0/+15
2005-04-11add some missing menu items, describe changes in the -b ring buffer command l...Ulf Lamping1-14/+62
2005-04-10Remove debugging printf()s.Gerald Combs1-4/+0
2005-04-10disable /View/Resize Columns menu item, if no packets availableUlf Lamping1-0/+2
2005-04-10Add an option to Editcap that adds various types of errors to the capture Gerald Combs2-29/+104
2005-04-10bugfix: call to cf_cb_live_capture_..._started with correct parameterUlf Lamping2-12/+4
2005-04-10fix statusbar messages by splitting into update and fixed messages between ca...Ulf Lamping3-15/+78
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