aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-28Extend the switch statement.Anders Broman2-4/+9
2012-05-28Move defenition of rlc_mode.Anders Broman3-2/+11
2012-05-28Try to pacify the Ubuntu buildbot.Anders Broman3-7/+5
2012-05-28Enhance CHANNEL_HSDSCH dissection.Anders Broman7-122/+315
2012-05-28Sometimes you might have plaintext LDAP for a SASL LDAP connection if the han...Ronnie Sahlberg2-0/+12
2012-05-28That doesn't work correctly if we read in a file with no interfaceGuy Harris1-0/+3
2012-05-28Correctly implement what was my intent when removing the HAVE_LIBPCAPGuy Harris1-34/+29
2012-05-28Interface lists currently have to be constructed in the open routineGuy Harris1-12/+17
2012-05-28Don't use pcap LINKTYPE_ values in the iface_options structure, useGuy Harris3-12/+6
2012-05-27Clean up indentation (use spaces, not tabs).Guy Harris1-46/+46
2012-05-27Clean up indentation (remove tabs from one structure definition).Guy Harris1-26/+26
2012-05-27Clean up indentation (use spaces, not tabs).Guy Harris1-16/+16
2012-05-27From Evan Huus in bug 7295:Guy Harris1-1/+1
2012-05-27From Evan Huus from bug 7295:Guy Harris1-5/+0
2012-05-27vwr_read_rec_header()'s return value is used only to distinguish successGuy Harris1-16/+9
2012-05-27[Automatic manuf, services and enterprise-numbers update for 2012-05-27]Gerald Combs3-7/+189
2012-05-27- Update cmake, gnutls and pixman to current versionJörg Mayer2-18/+16
2012-05-26I already got rid of that variable - it just mirrors cf->filename.Guy Harris1-1/+0
2012-05-26We can't save a live capture file with a ws_rename() on Windows, as weGuy Harris1-5/+26
2012-05-25See if this fixes the include problem.Guy Harris1-1/+1
2012-05-25Fix some build problems.Guy Harris1-4/+1
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris15-546/+414
2012-05-25On a read error, always return a pointer to the merge_in_file_t for theGuy Harris1-3/+10
2012-05-25Add a null check to fix Coverity CID 280210. It doesn't look like we'dGerald Combs1-0/+3
2012-05-25Well, "ui/gtk/capture_file_dlg.h" is needed on Win32.Guy Harris3-0/+3
2012-05-25ui/gtk/capture_file_dlg.h doesn't need to be included in these files.Guy Harris4-4/+0
2012-05-25Fix Coverity CID 700177 Unused pointer value.Chris Maynard1-1/+1
2012-05-25The rest of the fix for Coverity CID's 280507 and 280508. (There were multip...Chris Maynard1-8/+9
2012-05-25tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-2/+2
2012-05-25In ns_hrtime2nsec(), cast "val" to guint64 to fix Coverity CID 702389 Uninten...Chris Maynard1-1/+1
2012-05-25Add a "fallthrough" comment to avoid a missing break report from Coverity. F...Chris Maynard1-0/+1
2012-05-25In cap_pipe_open_live(), be sure to call ws_close(fd) before returning due to...Chris Maynard1-0/+2
2012-05-25Fix Coverity CID 701035: Dereference after null check of hfinfo.Chris Maynard1-3/+3
2012-05-25Fix Coverity CID 700201: Dereference after null check, by ensuring "decoder" ...Chris Maynard1-0/+4
2012-05-25If either create_persconffile_dir() or ws_fopen() fail, then bail out. This ...Chris Maynard1-0/+2
2012-05-25tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard2-3/+11
2012-05-24tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard2-5/+29
2012-05-24Update asn1-generated dissector.Chris Maynard1-2/+2
2012-05-24tvb_reported_length_remaining() can return a negative number. In dissect_gad...Chris Maynard1-4/+7
2012-05-24Don't include a Clear button in the packet- and capture-file-comment dialogs:Jeff Morriss1-21/+4
2012-05-24Enable word wrapping for capture-file comments.Jeff Morriss2-2/+2
2012-05-24Get rid of the button row for the capture-file comments. Instead, turn theJeff Morriss1-72/+50
2012-05-24Word-wrap comments in the display.Guy Harris1-0/+1
2012-05-24Use cf_update_capture_comment() to save the capture comment (instead ofJeff Morriss3-20/+3
2012-05-24Free the new comment after calling gtk_text_buffer_set_text().Jeff Morriss1-3/+4
2012-05-24cf_update_capture_comment(): free the shb_inf when we're done with it.Jeff Morriss1-0/+3
2012-05-24menu_dissector_filter(): free the action_name when we're done with it.Jeff Morriss1-7/+12
2012-05-24Free the comment after calling gtk_text_buffer_set_text().Jeff Morriss1-2/+4
2012-05-24Also allow the user to edit the capture-file comment if there is one (notJeff Morriss1-26/+27
2012-05-24Followup to r42823: check for RVALS used without BASE_RANGE_STRING.Jeff Morriss1-12/+16