summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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 Michael Mann:Anders Broman2-14/+29
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 Mann3-2/+1103
2012-07-30wrappers for label filling (with information about string truncation)Jakub Zawadzki1-48/+41
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 Goutte2-0/+2
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-29[Automatic manuf, services and enterprise-numbers update for 2012-07-29]Gerald Combs1-6/+210
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
2012-07-28Fix VC code analaysis warning about definition of variable in innerMartin Mathieson1-1/+0
2012-07-28Always memset the packet-header struct in Lua to avoidEvan Huus1-7/+17
2012-07-28Fix inverted dissection of Pre-emption Capability and Pre-emption VulnerabilityPascal Quantin2-6/+6
2012-07-28Fix a 'dead increment' warning forgotten in r44084Pascal Quantin1-1/+0
2012-07-28Decode SSL streams in XMPP sessions. Fixes:Evan Huus4-21/+69
2012-07-27Fix 'dead increment' and 'dereference of null pointer' Clang warningsPascal Quantin1-12/+8