aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-06-27Fix some warnings reported by gcc -Wshadow ...wmeier7-200/+197
2008-06-26Wiretap code probably shouldn't abort the application either.gerald1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"gerald32-151/+183
2008-06-26Fix a comment: the subdissector won't /assert/ out it will /except/ out if th...morriss1-1/+1
2008-06-26From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2647 :morriss1-4/+15
2008-06-26Remove a lot of vestigal GTK-Wimp stuff. It's been included withgerald6-98/+15
2008-06-26Fix a missed "item" -> "item_local" in the previous checkin.guy1-1/+1
2008-06-26Make the default for HDLC traffic "Raw data", just as it is for otherguy1-1/+1
2008-06-26Make the preference settings for the dissector to use for various ERFguy1-68/+52
2008-06-26Fix some warnings reported by gcc -Wshadow ...wmeier7-62/+62
2008-06-25We last supported NT 4.0 with version 0.99.4 (according togerald1-1/+6
2008-06-25We apper to spell it "TShark" rather than "Tshark", the fact that it'sguy1-32/+31
2008-06-25Update the document to the current state of affairs.jake1-5/+6
2008-06-25Make sip.msg_hdr a string field instead of FT_NONE.martinm1-2/+3
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy33-151/+157
2008-06-25Clean up indentation.guy1-69/+103
2008-06-25For for compressed DLMAP decode error.martinm1-1/+1
2008-06-25From Max Ivanov:jake1-1/+1
2008-06-25Update a comment.guy1-1/+1
2008-06-25Fix some warnings - declare some arguments, variables, and structureguy6-21/+15
2008-06-24Make it obvious that this is a development version. Fix a makefilegerald6-7/+2075
2008-06-24Add TurboCap-related changes from /trunk-1.0:gerald5-17/+186
2008-06-24Fix a logic problem.gerald1-1/+1
2008-06-24Make inet_ntop fix work for out-of-tree buildsmorriss1-2/+2
2008-06-24Make -Wwrite-strings non-default for now.guy1-3/+8
2008-06-24Get rid of another unused variable.guy1-1/+0
2008-06-24Get rid of some code that fills in a string that's never used. Get ridguy1-18/+0
2008-06-24Highlight the whole hostname, even if we've truncated it in the display.gerald1-1/+1
2008-06-24We're not ready for -Wshadow by default yet.guy1-1/+1
2008-06-24Noam Rathus discovered that the RMI dissector was using g_strlcpygerald1-9/+7
2008-06-24Assign pointers to strings to a const pointer.guy1-1/+1
2008-06-24Fix another variable named "index".guy1-6/+6
2008-06-24We don't check structure sizes elsewhere; don't check them here. (Inguy1-11/+10
2008-06-24Fix *NIX builds where we need our own inet_pton.c or inet_ntop.c . This shou...morriss2-2/+28
2008-06-24Temporarily turn on some -W options, to provoke the buildbots to buildguy1-3/+3
2008-06-24One -Wcast-align suffices.guy1-1/+0
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theguy9-117/+253
2008-06-24Only include gtk/capture_globals.h if we're building with captureguy1-0/+2
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatguy13-28/+66
2008-06-24Fix some references to the global loop_data structure that weren'tguy1-6/+8
2008-06-24For now, just refer to global_capture_opts, replacing references to theguy1-13/+12
2008-06-24For now, just refer to global_capture_opts, replacing references to theguy3-171/+175
2008-06-24Have capture_info_ui_create() and capture_info_open() take a pointer toguy5-13/+9
2008-06-23Do not only update the argument name, but also where it's used.stig1-1/+1
2008-06-23Renamed some local variables to avoid name collisions.stig7-29/+29
2008-06-23Renamed a local variable to avoid name collisions.stig1-5/+5
2008-06-23Renamed a local variable to avoid name collisions.stig1-4/+4
2008-06-23Renamed a local variable to avoid name collisions.stig1-5/+5
2008-06-23Renamed a local variable to avoid name collisions.stig1-2/+2
2008-06-23Renamed index and ipv4_addr to avoid name collisions.stig1-14/+14