aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-18Change record->col_text_len type to unsigned short.Jakub Zawadzki1-2/+10
2012-06-18Integrate r43221 and 43222 with 43211. (Revert back to having onlyGerald Combs2-2/+1
2012-06-18Fix a null pointer warning from Clang. Not sure if we'll run into thisGerald Combs1-1/+5
2012-06-18Use enums instead of hand written valuesPascal Quantin2-44/+76
2012-06-18From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin1-0/+7
2012-06-18Add "simple dialog" routines to pop up modal message boxes.Guy Harris1-0/+114
2012-06-18The toolkit-dependent UI library, well, depends on the toolkit. Make itGuy Harris2-3/+5
2012-06-18Add initialization to squelch compiler warnings.Guy Harris1-1/+1
2012-06-18Use the GTK+ message type, not the Wireshark message type, in GTK+Guy Harris1-1/+1
2012-06-17Stuff the "Don't show this message again" checkbox in the dialog'sGuy Harris1-2/+2
2012-06-17Add "simple dialog" routines to pop up modal message boxes. Use them inGuy Harris4-218/+328
2012-06-17Fix typos.Chris Maynard1-17/+17
2012-06-17Forgot to use wtap_dump_can_write_encaps()'s final name.Guy Harris1-6/+6
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris5-28/+28
2012-06-17Clean up indentation.Guy Harris1-85/+85
2012-06-17Allow future forward compatibilityPascal Quantin1-1/+1
2012-06-17[Automatic manuf, services and enterprise-numbers update for 2012-06-17]Gerald Combs3-14/+191
2012-06-17Try to detect Lua 5.2 as wellJörg Mayer1-3/+3
2012-06-17update lua 5.2.0 -> 5.2.1Jörg Mayer1-1/+1
2012-06-17Whitespace fixJörg Mayer1-1/+1
2012-06-17Enhance dissection of the NewSessionTicket handshake message.Sake Blok2-55/+158
2012-06-17Fix reading back exported SSL keys. Bug was introduced in r43097.Sake Blok1-3/+3
2012-06-17Reflect change to wtap_get_savable_file_types.Guy Harris1-2/+2
2012-06-17Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris3-16/+40
2012-06-17Move a bunch of toolbar routines into main_toolbar_private.h; theyGuy Harris2-28/+28
2012-06-17Move some code to manipulate the toolbar and capture interface dialogGuy Harris6-55/+78
2012-06-16Oops, main_packet_panes.h no longer exists.Guy Harris1-1/+0
2012-06-16Reflect the move of main_proto_draw.c to packet_panes.c.Guy Harris1-1/+1
2012-06-16There's not much of note in ui/gtk/main_packet_panes.c; just do thoseGuy Harris4-119/+13
2012-06-16Clean up indentation.Guy Harris1-19/+19
2012-06-16Rename clear_tree_and_hex_views() to main_clear_tree_and_hex_views(), asGuy Harris4-9/+8
2012-06-16Move some routines that specifically handle the main window's packetGuy Harris7-55/+130
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris1-2/+2
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris8-8/+8
2012-06-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7372 :Pascal Quantin2-11/+19
2012-06-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7371 :Pascal Quantin1-46/+156
2012-06-15For a capture file, keep an array of all encapsulation types seen.Guy Harris5-10/+61
2012-06-15highlight_field: use passed GtkTreeView for proto_tree_draw.Jakub Zawadzki1-1/+1
2012-06-15Don't install the Qt resource images. They get converted to C arrays inGerald Combs3-26/+22
2012-06-15Minor cleanup:Bill Meier1-203/+209
2012-06-15Minor Changes:Bill Meier1-23/+20
2012-06-15Try to fix pcap-ng - most files created by editcap -c have no IDBAnders Broman1-9/+10
2012-06-15Correct a discrepancy in the specification.Anders Broman2-2/+3
2012-06-14Fix Coverity CID 703858: Unused pointer value.Chris Maynard1-26/+26
2012-06-14Fix Coverity CID 703859: Unused pointer value.Chris Maynard1-2/+1
2012-06-14Add some explation about buffer size.Jakub Zawadzki1-0/+2
2012-06-14Add back an absolute path prefix.Gerald Combs1-1/+2
2012-06-14Optimize tvb_*_unicode functions.Jakub Zawadzki1-40/+5
2012-06-14More NSIS cleanup.Gerald Combs4-17/+20
2012-06-14Try to fix a couple of warnings.Anders Broman1-17/+17