aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-13Don't add uninstall.exe to the U3/PortableApps manifest. DefineGerald Combs5-8/+13
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin2-145/+234
2012-06-13Update a comment to reflect new-packet-list reality.Guy Harris1-2/+3
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin2-13/+39
2012-06-13Define STAGING_DIR and use it in various places instead of hard-codingGerald Combs2-92/+94
2012-06-13Use terminology that conforms better with the MSDN documentation and aGerald Combs2-2/+3
2012-06-13Move the "uninstall" parts of wireshark.nsi to uninstall.nsi and theGerald Combs5-382/+412
2012-06-13Mark a couple of parameters as unused.Jeff Morriss1-2/+2
2012-06-13Add a comment as to .bsc files seemingly not usable with VS2010.Bill Meier1-0/+1
2012-06-13Add '*.sbr' to 'clean'Bill Meier4-4/+7
2012-06-13Add a comment as to .bsc files seemingly not usable with VS2010.Bill Meier1-0/+3
2012-06-13From Michael Mann:Anders Broman1-434/+655
2012-06-13From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3317Jeff Morriss1-20/+57
2012-06-13wireshark.bsc dependencies: fix a typo; add 2 which are missing.Bill Meier1-4/+6
2012-06-13Create, and start using, file name preferences.Jeff Morriss10-23/+123
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin7-92/+565
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier15-349/+310
2012-06-12Note that calls to "expert" functions should not be under 'if (tree)'.Bill Meier1-14/+16
2012-06-12Revert r41952Jörg Mayer3-11/+22
2012-06-12Manually revert r41953Jörg Mayer3-16/+10
2012-06-11Fix bugs and other issues:Bill Meier1-616/+633
2012-06-11Re-order 2 value_string arrays so that entries are in ascending order by value.Bill Meier2-27/+78
2012-06-11From Alexander via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7361 :Pascal Quantin1-1/+3
2012-06-11From Alexander via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7360 :Pascal Quantin1-2/+2
2012-06-11Prohibit strtod() (as per r 43212).Jeff Morriss1-69/+70
2012-06-11Fix bug 6917Jakub Zawadzki1-1/+1
2012-06-11Use dscp_vals_ext everyplace (instead of dscp_vals);Bill Meier4-8/+5
2012-06-11Don't define value_string arrays in a .h file (included in multiple places).Bill Meier6-235/+228
2012-06-11Fix another compiler warningBill Meier1-1/+3
2012-06-11Fix a compiler warningBill Meier1-1/+1
2012-06-11General cleanup:Bill Meier1-4098/+4301
2012-06-11S9 AVPs start at 2200.Jeff Morriss1-12/+12
2012-06-11Create dscp_vals_ext value_str_ext (based upon dscp_vals); Use it as appropri...Bill Meier2-11/+16
2012-06-11Use restricted character string decoding for IA5String typePascal Quantin1-12/+14
2012-06-11Add TGPPS9.xml to makefile and NSIS installerPascal Quantin2-0/+2
2012-06-11From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7357 :Pascal Quantin1-1/+1
2012-06-11len is no longer used.Anders Broman1-2/+1
2012-06-11Add a reference to TGPPS9.xml update a couple of AVP:s while at it.Anders Broman1-7/+12
2012-06-11From Evan Huus:Anders Broman1-4/+2
2012-06-11From Michael Mann:Anders Broman1-115/+228
2012-06-11From Michael Mann:Anders Broman3-2/+2
2012-06-11Expand the item regarding displayed packets, rather than all packets, as bein...Chris Maynard1-2/+3
2012-06-11From Evan Huus: Missing breaks in packet-rsvp.cBill Meier1-0/+2
2012-06-11Set the default for printing or exporting packets to displayed packets only.Chris Maynard1-0/+7
2012-06-11From Evan Huus: Unnecessary branch in dfvm.cBill Meier1-5/+1
2012-06-11Remove duplicate entry.Chris Maynard1-1/+0
2012-06-10Missing proto_tree_model.c in CMakeLists (r43189 for cmake)Jakub Zawadzki1-0/+1
2012-06-10Custom model for packet detailsJakub Zawadzki4-97/+522
2012-06-10Clear GtkTreeStore before freeing edtJakub Zawadzki3-12/+21
2012-06-10Fix UDP-Lite checksum verification bug introduced with r40387 and reported by...Chris Maynard1-2/+8