aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2012-08-01Follow-up of r44162: clean more filtersPascal Quantin7-42/+46
2012-08-01Follow-up of r44162: RR dissector is not used only on Common Control CHannels...Pascal Quantin1-366/+373
2012-08-01From Vasu D. Dasari via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7550Alexis La Goutte1-1/+2
2012-08-01Follow-up of r44162: gsm_a_gm dissector is used for both GPRS Mobility Manage...Pascal Quantin3-357/+356
2012-08-01remove unnecessary underscores from display filtersMichael Mann9-11/+11
2012-08-01Fix the remaining part of Coverity CID 280009 (formerly CID 9): "Logically de...Chris Maynard1-5/+0
2012-08-01Fix Coverity CID 280019 (formerly 19): "Logically dead code" that abroman pre...Chris Maynard1-1/+1
2012-08-01updated more display filters per checkfiltername.plMichael Mann10-289/+289
2012-08-01Fix the 2nd part of Coverity CID 280361 (formerly 361): "Logically dead code"...Chris Maynard1-1/+1
2012-07-31Follow-up of r44162: A-bis interface is not the same thing as A interface; up...Pascal Quantin5-231/+231
2012-07-31Update filter names following the changes done in r44162Pascal Quantin3-144/+144
2012-07-31Update to the last draft-ietf-6lowpan-nd-19 updatesAlexis La Goutte1-18/+32
2012-07-31From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-1/+11
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann18-1974/+1974
2012-07-31update GMR-1 protocols display filersMichael Mann3-181/+181
2012-07-31Update ICMPv6 to last IANA Parameters (2012-07-18)Alexis La Goutte1-3/+10
2012-07-31Fix Coverity CID 712526: Missing break in switch. Bug introduced with r44134.Chris Maynard1-0/+1
2012-07-31- Put back not used constants to fill value_strings_ext.Anders Broman1-2/+20
2012-07-31Make it possible to configure TIPC over UDP ports.Anders Broman1-1/+29
2012-07-31Restore includes from r44107 to fix abi check.Jakub Zawadzki1-0/+3
2012-07-31From Stephen Donnelly:Anders Broman1-246/+240
2012-07-31From Jacob Nordgren and Rishie Sharma:Anders Broman3-149/+156
2012-07-31Whitespace fixes:Jörg Mayer1-8/+8
2012-07-31tvb_length_remaining() can return -1 if the offset is out of bounds, so retur...Chris Maynard1-0/+2
2012-07-30tvb_length_remaining() can return -1 if the offset is out of bounds. Be sure...Chris Maynard1-0/+2
2012-07-30Added Custom.common as dependency for register.cStig Bjørlykke1-1/+1
2012-07-30Fix Coverity CID 712343: Wrong sizeof argument.Chris Maynard1-1/+1
2012-07-30Add Russian national variant.Anders Broman1-21/+352
2012-07-30Fix compilation issues.Michael Tüxen1-5/+6
2012-07-30Add Mojito dissector (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2688)Michael Mann2-1/+1101
2012-07-30No // comments, please.Guy Harris1-1/+1
2012-07-30From Jacob Nordgren and Rishie Sharma:Anders Broman4-192/+336
2012-07-29Use consistent indentation.Bill Meier1-60/+56
2012-07-29Minor cleanup.Bill Meier1-94/+80
2012-07-29Several right-shifts should be left-shifts.Bill Meier1-2/+2
2012-07-29g_assert --> DISSECTOR_ASSERTBill Meier1-2/+2
2012-07-29Minor cleanup....Bill Meier1-13/+12
2012-07-29Fix usage of range string and use extended value strings in a few placesPascal Quantin1-3/+5
2012-07-29Don't do 'return 0' in mpls-y1722 dissector (so mpls dissector won't try to c...Bill Meier1-22/+19
2012-07-29Fix a typo :(Bill Meier1-1/+1
2012-07-29Cast away a compile warning: "conversion from '__int64' to 'gulong', possible...Bill Meier1-1/+1
2012-07-29Fix crash when "file_name_snooping" & "file_full_name_snooping" prefs enabled.Bill Meier1-1/+3
2012-07-29From Tobias Rutz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7518Alexis La Goutte1-0/+1123
2012-07-29From Tobias Rutz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7518Alexis La Goutte1-0/+1
2012-07-29From Weijun Wang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7481Alexis La Goutte1-1/+1
2012-07-29Try to fix ABI check.Jakub Zawadzki2-0/+7
2012-07-28Add a comment that VS Code Analyzer makes a very good point here -Martin Mathieson1-1/+5
2012-07-28VS code analysis was right - 'x' & 0 *was* always going to return 0...Martin Mathieson1-2/+2
2012-07-28Use the _vs suffix for value_string variables consistently. There was aMartin Mathieson1-14/+14
2012-07-28Avoid 2 redeclarations of 'len' in inner scopes - they can all use theMartin Mathieson1-7/+7