aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Pop into the correct variable.Gerald Combs1-2/+2
2013-02-20Move the Wireshark-is-running check to a common macro and call it inGerald Combs3-108/+159
2013-02-20Add modelines, fix indentation to be a consistent 4-spaces throughout.Evan Huus1-228/+239
2013-02-20From Hadrien Kaplan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8357Evan Huus1-13/+48
2013-02-20fix dead assignmentMartin Kaiser1-1/+0
2013-02-20TABs -> spacesMartin Kaiser1-580/+594
2013-02-20make function names consistentMartin Kaiser3-4/+4
2013-02-20kill an "edit capture comment" popup if the underlying file is closedMartin Kaiser3-0/+10
2013-02-20More 1.9.0 → 1.9.1 changes. Release note updates.Gerald Combs4-4/+10
2013-02-20From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8360Evan Huus1-1/+3
2013-02-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8359Evan Huus1-0/+7
2013-02-20Forcing everyone to use the development update channel probably isn'tGerald Combs1-1/+1
2013-02-20As http://www.jrsoftware.org/iskb.php?mutexsessions points out, a sessionGerald Combs2-8/+44
2013-02-20From Michael Mann:Anders Broman1-0/+1
2013-02-201.9.0 → 1.9.1.Gerald Combs1-5/+5
2013-02-20Build 1.9.0.Gerald Combs1-4/+4
2013-02-20Fix copy-and-pasteo.Guy Harris1-1/+1
2013-02-20Add a tvb_new_subset_length() that takes a tvbuff, an offset in aGuy Harris3-0/+44
2013-02-20Add software_update.c.Gerald Combs1-0/+1
2013-02-20Only call create_app_running_mutex on Windows.Gerald Combs1-0/+3
2013-02-20From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard2-0/+31
2013-02-20Exclude create_app_running_mutex.Gerald Combs1-1/+1
2013-02-20Fix Coverity CID 751720: Logically dead code.Chris Maynard1-18/+17
2013-02-20And one more case where tvb_new_subset_remaining() is appropriate.Guy Harris1-3/+1
2013-02-20Clean up white space - get rid of 4-space tabs.Guy Harris2-334/+354
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs14-6/+41
2013-02-20Swallow up tvb_set_real_data_no_exceptions() into tvb_new_real_data() -Guy Harris1-10/+4
2013-02-20Reflect that tvb_new() is now an internal routine.Guy Harris1-2/+1
2013-02-20Improve a comment - what matters is that tvb_new_real_data() can throwGuy Harris1-4/+1
2013-02-20Fix Coverity CID 984638: Unused pointer value.Chris Maynard1-1/+1
2013-02-20No more tvb_new(), so no more need for tvb_set_real_data() orGuy Harris2-46/+10
2013-02-19Make tvb_new() an internal routine to epan/tvbuff.c; we export variousGuy Harris2-6/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris48-102/+76
2013-02-19Register the gui.update.interval preference.Gerald Combs1-0/+6
2013-02-19Enable automatic updates for Win64. Fix a copy/paste error.Gerald Combs4-4/+9
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs14-4/+319
2013-02-19Remove experiment with global codeAnders Broman2-36/+4
2013-02-19Add the remaining asn1 files "CODE global" not handled yet.Anders Broman13-12/+1145
2013-02-19calc_checksum() should be passed the length of the block to beGuy Harris1-11/+42
2013-02-19According to wikipedia, the A6M was outdated by 1944. Let it rest in peace.Chris Maynard2-19/+15
2013-02-19Whitespace tweaks.Guy Harris1-5/+6
2013-02-19Don't call expert_add_info_format() from within an if (tree) {} block.Chris Maynard1-94/+93
2013-02-19Bugfix OSITP - Incorrect TP4 checksum calculation (ATN extended checksum) in ...Michael Mann1-24/+31
2013-02-18For each dynamic-payload hash table, keep a Boolean indicating whetherGuy Harris1-16/+36
2013-02-18Use tcp_dissect_pdus for better dissection on TCP. Adjusted UDP dissection a...Michael Mann1-149/+160
2013-02-18Dissect more supplementarry servicesAnders Broman9-66/+2372
2013-02-18Enums aren't guaranteed to be able to hold a value that doesn't fit inGuy Harris1-1/+3
2013-02-18From Alex Gaertner via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8313Evan Huus1-19/+22
2013-02-18Fix small typo in TPC Report IEAlexis La Goutte1-2/+2
2013-02-18Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1