aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
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-25From Sylvain Munaut: Fix Bug #6351 (Buildbot fuzztest crash);Bill Meier1-0/+1
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ørlykke3-1/+1410
2011-09-25Fix a compile error.Bill Meier1-1/+1
2011-09-25Minor cleanup:Bill Meier1-33/+34
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-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 Broman5-91/+266
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-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 Meier8-672/+672
2011-09-21Fix ex "modeline" so it works;Bill Meier39-41/+41
2011-09-21Report as expert/malformed if the same SN appears as ACK and NACK in same sta...Martin Mathieson1-0/+7
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 Lunt8-52/+11015
2011-09-20From Frank Lahm: Complete dissection of AFP FPSpotlightRPC function.Guy Harris1-154/+320
2011-09-20Use ENC_ values in proto_tree_add_item() calls. Use ENC_UTF_8 forGuy Harris1-409/+440
2011-09-20From Dirk via bug 6361:Stig Bjørlykke3-14/+11
2011-09-19Since the call to expert_add_info_format() was commented out, 'ti' isn't need...Chris Maynard1-9/+4
2011-09-19Don't assign the return value of proto_tree_add_text() if it's not going to b...Chris Maynard1-1/+1
2011-09-19Since the call to proto_tree_add_text() was #if 0'd out, there's no need to a...Chris Maynard1-2/+3
2011-09-19Don't assign return value of proto_tree_add_text() to rrsc_item if it's not g...Chris Maynard1-1/+1