aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Fix: packet-rohc.c:439:20: error: variable ‘PS’ set but not used [-Werror...jmayer1-2/+2
2012-01-05From Tobias Witek:etxrab1-9/+20
2012-01-05Fix Coverity CID's 1348-1349: UNUSED_VALUE and CID 1344: CONSTANT_EXPRESSION_...cmaynard1-5/+5
2012-01-05Fix some typos. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6709cmaynard1-4/+4
2012-01-05- Add the beginning of compressed list handling.martinm1-42/+179
2012-01-05Use length field from UDP header as the pseudo-header's UDP length field inst...cmaynard1-2/+2
2012-01-05Fix the following error :alagoutte1-1/+1
2012-01-05From Mike Morrin:etxrab1-1076/+634
2012-01-05From Mike Morrin:etxrab1-1/+1
2012-01-05dissect_esp(): 'i' is only (really) used if we HAVE_LIBGCRYPT.morriss1-2/+1
2012-01-04Fix several warnings turned error of type:jmayer1-6/+0
2012-01-04More C++ updates.gerald2-1/+17
2012-01-04Use hfi->abbrev insted.etxrab1-1/+1
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+1
2012-01-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+2
2012-01-04From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6697alagoutte4-7/+323
2012-01-04From Andrei Maruseac via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...alagoutte1-0/+448
2012-01-04TMR should be OCTET STRINGetxrab1-1/+1
2012-01-04Update to V10.3.0 (2011-09)etxrab1-175/+1272
2012-01-04Make sure each value in a GHashTable is unique. This avoids agerald1-24/+19
2012-01-03From Pascal Quantin:etxrab1-1/+1
2012-01-03Use a hash table to gather information from IR packets and store it in per-pa...etxrab2-105/+394
2012-01-03Enhance error information.etxrab1-1/+1
2012-01-01From Mike Morrin:etxrab4-49/+75
2012-01-01[Automatic manuf, services and enterprise-numbers update for 2012-01-01]gerald1-1/+9
2011-12-30Fix 'encoding-arg' for ptvcursor_add_with_subtree(): TRUE=>ENC_LITTLE_ENDIAN,...wmeier2-7/+7
2011-12-30Regenerated packet-h245.c (should have been included in SVN #40311: add_new_d...wmeier1-24/+29
2011-12-30From Fred Fierling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6698alagoutte2-6/+7
2011-12-29AFAIKT sys/stat.h, sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #in...wmeier2-14/+2
2011-12-29AFAIKT sys/types.h, sys/socket.h, winsock2.h, inet_v6_defs.h #includes aren't...wmeier1-15/+0
2011-12-29Do whitespace cleanup; Reformat long lines;wmeier1-290/+315
2011-12-29Fix LTP multiple bundle bug and allow LTP/DCCP. Fixes https://bugs.wireshark...cmaynard1-3/+6
2011-12-29Fixed a typo: btyes -> bytesstig1-2/+2
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.gerald8-3/+59
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessgerald2-24/+23
2011-12-28Fix Coverity CID 1342: UNUSED_VALUEcmaynard1-4/+4
2011-12-28Add missing break; Fixes Coverity CID 1343.cmaynard1-15/+17
2011-12-28min() -> MIN().cmaynard1-2/+2
2011-12-28Fix memory leaks involving tvb_get_string[z]().cmaynard10-22/+32
2011-12-28Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.wmeier3-1/+37
2011-12-28Remove a not really relevant comment.wmeier1-1/+0
2011-12-28Remove unneeded #includes;wmeier1-950/+958
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andgerald10-25/+48
2011-12-27Fix a comment. Correct a few typos.cmaynard1-14/+14
2011-12-27Corrected some obvious typos.cmaynard1-54/+54
2011-12-27Use tvb_get_ntoh48() instead of tvb_get_ntohs() || tvb_get_ntohl().cmaynard1-1/+1
2011-12-27Use tvb_ether_to_str() instead of ether_to_str(ep_tvb_memdup()). Add modelines.cmaynard1-1/+14
2011-12-27Initialise variables.etxrab1-2/+2