aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-16beautify an error messageUlf Lamping1-7/+11
2005-04-16prepare for "Don't show this message again" checkboxes in the simple_dialogUlf Lamping2-2/+43
2005-04-16we are in beta, not alpha state any more :-)Ulf Lamping1-1/+1
2005-04-16add 12 new toolbar/menu iconsUlf Lamping36-55/+1987
2005-04-15In time_secs_to_str_buf(), handle the case where a large time value makes Gerald Combs1-1/+7
2005-04-15In fragment_unhash(), free our key data _after_ we remove the key fromGerald Combs1-5/+5
2005-04-15Add a missing backslash.Gerald Combs1-1/+1
2005-04-15Add a tvb_ensure_bytes_exist(). I'm not sure if this is the correct wayGerald Combs1-0/+1
2005-04-15Update to reflect recent toolbar changes.Gerald Combs1-10/+14
2005-04-15In dissect_ber_bitstring32(), make sure tmp_tvb is properly initialized.Gerald Combs1-2/+2
2005-04-15From Olivier Jacques:Anders Broman2-65/+137
2005-04-15From Olivier Jacques:Anders Broman3-9/+74
2005-04-15Add Javier Acuna to the list.Anders Broman1-1/+1
2005-04-15From Olivier Jacques:Anders Broman2-2797/+3004
2005-04-15From Olivier Jacques:Anders Broman3-743/+904
2005-04-15From Jacques Olivier :Anders Broman2-4/+7
2005-04-15Setr up conversations for RTP and RTCP.Anders Broman1-0/+40
2005-04-15Add message type string to "message type", print Protocol ID short name in In...Anders Broman1-4/+26
2005-04-15add some new capture and filter related handcrafted (toolbar) iconsUlf Lamping15-509/+2042
2005-04-14fix bugzilla #16: make columns resizeable again after doing "Resize Columns"Ulf Lamping1-1/+5
2005-04-14Strip off anything after a blank in the PacketLibraryVersion string, asGuy Harris1-12/+32
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