aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-09-25vlan dissector has been restored;Bill Meier1-2/+9
2011-09-25Do some cleanup related to the reversion of SVN #34848 donr in SVN #39100.Bill Meier1-28/+3
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 Combs1-2/+130
2011-09-25Bug 6369: Graeme Lunt1-1/+2
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-23Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.Gerald Combs1-5/+5
2011-09-23Use val_to_str_const().Martin Mathieson1-11/+11
2011-09-23Use val_to_str_const().Martin Mathieson1-10/+10
2011-09-23dissector_(add|delete) ==> dissector_(add|delete)_uint: fixes checkapi error.Bill Meier1-40/+40
2011-09-23Uh, "Fix the fix (in SVN #39105)" so it compiles. Bill Meier1-1/+1
2011-09-23Correction for SVN #39100:"Revert Revision 34838";Bill Meier1-2/+2
2011-09-23Add packet-vlan.cBill Meier1-0/+1
2011-09-23Put packet-vlan back into Makefile.common (to go with SVN #39100)Bill Meier1-0/+2
2011-09-23Remove code commited by misstake.Anders Broman1-13/+2
2011-09-23Revert Revision 34838 "Resolve bug #2254: Migrate the 802.1q VLAN dissector i...Anders Broman6-94/+275
2011-09-23Convert "space tabs" to spacesAlexis La Goutte2-55/+81
2011-09-23Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+1
2011-09-23From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6128 : Wireshark doe...Alexis La Goutte1-12/+17
2011-09-23Tighten the check on wheter a message really is chipered or not.Anders Broman1-0/+12
2011-09-23From Daniel:Anders Broman1-12/+100
2011-09-22(Trivial) Fix a typo in a comment.Bill Meier1-1/+1
2011-09-22Be careful about reporting number of missing SNs when wrapping around SN range.Martin Mathieson1-2/+2
2011-09-22Show if per packet info is missing.Anders Broman1-2/+7
2011-09-22Use ENC_ values in proto_tree_add_item() calls.Guy Harris8-195/+190
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier29-1125/+1125
2011-09-21Use '%" G_GINT64_MODIFIER "u' iso '%llu'. Fixes checkapi fail and (presumably...Bill Meier1-1/+1
2011-09-21Whitespace cleanup:Bill Meier10-1106/+1106
2011-09-21Fix ex "modeline" so it works;Bill Meier46-48/+48
2011-09-21Fix ex "modeline" so it works;Bill Meier1-161/+161
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1194/+1194
2011-09-21Report as expert/malformed if the same SN appears as ACK and NACK in same sta...Martin Mathieson1-0/+7
2011-09-21Convert "4 space tabs" to spaces;Bill Meier1-81/+81
2011-09-21Fix vi "modeline" so it works;Bill Meier17-17/+17
2011-09-21Explicit #include <epan/value_string.h> not required.Bill Meier1-1/+0
2011-09-21Fix and suppress some warningsGraeme Lunt1-4/+53
2011-09-21Remove check_col and use ENC_BIG_ENDIAN.Anders Broman2-202/+193
2011-09-21Fix for unary minus warning on WindowsGraeme Lunt1-5/+10
2011-09-21Make query_length a gint as the lenght argument to proto_tree_add_text() is a...Anders Broman1-1/+1
2011-09-21Basic RDP dissection, which can dissect the connection sequence. Graeme Lunt9-52/+11017
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.Guy Harris1-154/+320
2011-09-20Add an ENC_ASCII; right now, it's the same as ENC_UTF_8, but it shouldGuy Harris1-1/+12
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forGuy Harris1-409/+440
2011-09-20From Sylvain Munaut:Anders Broman1-0/+28
2011-09-20From Dirk via bug 6361:Stig Bjørlykke5-18/+15