aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-10Fix "BASE_CUSTOM field is incorrectly formatted when applied as a column".Bill Meier1-2/+14
2012-06-10Fix the other part of Coverity CID 703086. I thought I got it with r42798, b...Chris Maynard1-1/+1
2012-06-10Fix bug wherein values in a custom column aren't displayed as a value_string ...Bill Meier1-12/+12
2012-06-10[Automatic manuf, services and enterprise-numbers update for 2012-06-10]Gerald Combs3-10/+216
2012-06-10From Michael Mann: Added dissection of IceP over UDP as well as a few prefere...Anders Broman1-164/+218
2012-06-09Fix compiler errorBill Meier1-2/+2
2012-06-09str_to_ipaddr() had a bug; use inet_pton() instead;Bill Meier1-45/+31
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard4-4/+4
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard7-7/+7