aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-06-15Minor cleanup:Bill Meier1-203/+209
2012-06-15Minor Changes:Bill Meier1-23/+20
2012-06-15Correct a discrepancy in the specification.Anders Broman1-1/+1
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-14Optimize tvb_*_unicode functions.Jakub Zawadzki1-40/+5
2012-06-14Try to fix a couple of warnings.Anders Broman1-17/+17
2012-06-14Add dissection of utra-BCCH-Container-r10Pascal Quantin1-3/+18
2012-06-14Pretify columns.Anders Broman1-0/+56
2012-06-14Fix function name (it is an Authentication failure, not an Attach failure)Pascal Quantin1-2/+2
2012-06-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7368 :Pascal Quantin1-1/+1
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-145/+203
2012-06-13Use value_string_ext for arrays with more than 15 entriesPascal Quantin1-13/+29
2012-06-13Mark a couple of parameters as unused.Jeff Morriss1-2/+2
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-13Create, and start using, file name preferences.Jeff Morriss6-14/+50
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin6-92/+564
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier15-349/+310
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-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-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-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-11From Michael Mann:Anders Broman1-115/+228
2012-06-11From Michael Mann:Anders Broman3-2/+2
2012-06-11From Evan Huus: Missing breaks in packet-rsvp.cBill Meier1-0/+2
2012-06-11From Evan Huus: Unnecessary branch in dfvm.cBill Meier1-5/+1
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 Combs1-3/+171
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 Maynard3-3/+3
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1