aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-18statusbar changes:Ulf Lamping4-32/+49
2005-04-18From Peter Johansson: Make sure a pointer isn't NULL before we try to use it.Gerald Combs1-1/+1
2005-04-18Detect an infinite loop in dissect_rsvp_ero_rro_subobjects(). Fixes bug 71.Gerald Combs1-0/+2
2005-04-18Force the "fmt" argument of val_to_str() to be non-null. Change the 9PGerald Combs2-676/+678
2005-04-18Add fuzz-test.sh to the distribution.Gerald Combs1-0/+1
2005-04-18 some updates from T AndersRonnie Sahlberg3-7/+9
2005-04-18From T AndersRonnie Sahlberg1-2/+3
2005-04-18fix small typo Plan 9 not Plan9Ronnie Sahlberg1-2/+2
2005-04-18From <noselasd@asgaard.homelinux.org>Ronnie Sahlberg3-0/+682
2005-04-18Make sure a pointer isn't null before we dereference it.Gerald Combs1-1/+1
2005-04-18More gratuitous tvb_ensure_bytes_exist()ing. One of them fixes bug 67.Gerald Combs1-0/+32
2005-04-18Keep MGCP from looping in an infinite fashion. Other parts of the code lookGerald Combs1-1/+4
2005-04-17bugfix: show the right filesize after a live capture finishedUlf Lamping2-1/+18
2005-04-17Change a bunch of instances where we manually fetch a string and callGerald Combs1-24/+10
2005-04-17add "Decode As" and "Checkbox" (Enabled Protocols) IconsUlf Lamping6-9/+92
2005-04-17Make sure frag_size doesn't underflow, which would make us to try toGerald Combs1-0/+7
2005-04-17Add a description and usage message. Handle invalid capture files.Gerald Combs1-1/+36
2005-04-17Add some length checking.Gerald Combs1-2/+8
2005-04-17Add a tvb_ensure_bytes_exist(). Fixes bug 62.Gerald Combs1-0/+1
2005-04-17Add even more calls to tvb_ensure_bytes_exist().Gerald Combs1-0/+85
2005-04-17Ham-fistedly drop in a bunch of tvb_ensure_bytes_exist() calls. One ofGerald Combs1-0/+32
2005-04-16Add a few tvb_ensure_bytes_exist() calls. Fixes bug 35.Gerald Combs1-0/+4
2005-04-16temporarily fix a GTK1.x related bugUlf Lamping1-0/+3
2005-04-16Add an extra_info_type field to smb_extra_info_t so that we can makeGerald Combs6-24/+48
2005-04-16disable some toolbar icons, if no capture packets loadedUlf Lamping1-1/+4
2005-04-16rename capture_clear() to capture_restart()Ulf Lamping7-10/+23
2005-04-16bugfix: don't crash on error in normal mode captureUlf Lamping1-3/+10
2005-04-16fix cf_cb_... callback handling (but it's still not perfect)Ulf Lamping1-28/+26
2005-04-16minor refactoringUlf Lamping1-2/+3
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