aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-27Add a new tshark option for being able to specify an alternate line separator...Chris Maynard4-29/+68
2011-09-27From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060Alexis La Goutte4-0/+964
2011-09-27Minor formatting changes to the dumpcap -h output.Chris Maynard1-3/+3
2011-09-27Minor formatting changes to the rawshark -h output.Chris Maynard1-3/+5
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman22-605/+414
2011-09-27In proto_tree_add_bits... use const guint encoding to be consistent with prot...Anders Broman2-10/+10
2011-09-26More white space cleanup.Guy Harris1-64/+64
2011-09-26Yet another bug fix from Pascal.Anders Broman1-1/+1
2011-09-26The fragment data is almost certainly not a text string, so don't makeGuy Harris1-2/+3
2011-09-26Some whitespace cleanup. FALSE -> ENC_BIG_ENDIAN. Remove most check_col()'s.Chris Maynard1-172/+153
2011-09-26Use ENC_ values in proto_tree_add_item() calls.Guy Harris1-345/+347
2011-09-26Fix modeline.Chris Maynard1-1/+1
2011-09-26From Thomas Morin via bug #6395: Improve display for IGMPStephen Fisher1-3/+6
2011-09-26Another bug fix from Pascal.Anders Broman1-1/+1
2011-09-26Make buildbots happy by adding back closing brace.Chris Maynard1-1/+2
2011-09-26Get rid of check_col() and use ENC.Anders Broman10-323/+270
2011-09-26From Pascal Quantin:Anders Broman1-7/+25
2011-09-26Get rid of check_col() and use ENC.Anders Broman5-260/+241
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman8-142/+63
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman10-311/+271
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman7-139/+87
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman19-963/+897
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman17-1327/+1226
2011-09-26Make it build again.Anders Broman1-1/+2
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman14-412/+376
2011-09-26From Martin Kaiser:Anders Broman1-68/+346
2011-09-26Put in "#if 0":s to make it compile, these widgets are not vissible on my sys...Anders Broman1-9/+12
2011-09-25gkvumeter got removed, don't try to build it.Jörg Mayer1-2/+1
2011-09-25From Sylvain Munaut: Fix Bug #6351 (Buildbot fuzztest crash);Bill Meier1-0/+1
2011-09-25Remove gtkvumeter.[hc]Jörg Mayer7-1519/+20
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERJörg Mayer7-25/+1
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer89-5918/+66
2011-09-25vlan dissector has been restored;Bill Meier1-2/+9
2011-09-25Fix forJörg Mayer1-3/+5
2011-09-25Do some cleanup related to the reversion of SVN #34848 donr in SVN #39100.Bill Meier1-28/+3
2011-09-25Added Glenn Matthews.Stig Bjørlykke1-0/+4
2011-09-25Try fixing the signed/unsigned mismatch issues.Stig Bjørlykke1-4/+3
2011-09-25From Glenn Matthews via bug 6319:Stig Bjørlykke4-1/+1411
2011-09-25Fix a compile error.Bill Meier1-1/+1
2011-09-25Minor cleanup:Bill Meier1-33/+34
2011-09-25[Automatic manuf, services and enterprise-numbers update for 2011-09-25]Gerald Combs3-13/+188
2011-09-25Bug 6369: Graeme Lunt1-1/+2
2011-09-24Fix syntax...Michael Tüxen1-1/+1
2011-09-24Don't consider remote airpcap devices as airpcap devices, but as remote devices.Michael Tüxen1-26/+7
2011-09-24Use the new remote capturing icon also in the interfaces dialog box.Michael Tüxen2-1/+10
2011-09-24Make buildbot happyAlexis La Goutte1-1/+1
2011-09-24Fix a typo in RD offsetAlexis La Goutte1-1/+1
2011-09-24From Abhik Sarkar via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2384Alexis La Goutte1-7/+250
2011-09-24Use one of the new icons for remote interfaces.Michael Tüxen5-3/+242
2011-09-24Mark the "adjustment" argument to scroll callbacks as unused. (IsGuy Harris1-2/+2