aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-12-09From Juha Takala via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6654alagoutte1-4/+13
2011-12-09From astramax57:jake1-2/+2
2011-12-09Fixed wrong registration call causing compilation warnings.grahamb1-1/+1
2011-12-09Added dissector registration for udp messages to permit use with a USER_DLT a...grahamb1-0/+3
2011-12-09Added definition and handling for IIN Function Code Not Implemented bit.grahamb1-20/+27
2011-12-09From Johannes Bergjake1-1/+24
2011-12-09Use correct offset.etxrab2-8/+6
2011-12-09Get rid of declarations of undefined routines and definitins of unusedguy1-64/+30
2011-12-09Move the definition of enum rohc_mode into packet-rohc.h.guy4-11/+9
2011-12-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,guy1-9/+1
2011-12-09packet-pdcp-lte.h defines "enum rohc_mode", and packet-rohc.h uses it,guy2-3/+3
2011-12-08Start using functions from packet-rohc.cetxrab4-19/+99
2011-12-08Try to get the container stuff right...etxrab5-118/+71
2011-12-08Use to display ESP SPI BASE_HEX_DEC as it is in decimal in SIP.etxrab1-1/+1
2011-12-08Properly dissect Source-ToTarget-TransparentContainer.etxrab1-8/+9
2011-12-08Skip correct number of bytes.martinm1-1/+1
2011-12-07Add a dissector table for private extensions.etxrab1-0/+12
2011-12-07Fix [-Wunused-but-set-variable] GCC warnings;wmeier1-19/+18
2011-12-07Don't keep out the cmake folks ;-)sake1-0/+1
2011-12-07Fix for bug 6650: IP-ID is 2 bytes.martinm1-5/+6
2011-12-07RatingGroup -> RatingGroupIdetxrab1-13/+3
2011-12-06Make windows buildbots happy... sake1-2/+2
2011-12-06- Make a distinction between ethernet padding and an ethernet trailersake3-11/+269
2011-12-06Register giop by name (TCP).etxrab1-0/+4
2011-12-06Update to 3GPP TS 32.298 V6.4.1 (2006-06)etxrab2-385/+260
2011-12-06Accpet lover case Topology descriptor (tp) as we accept other tokens in lower...etxrab1-7/+17
2011-12-06Fix length of Error parameter.etxrab1-1/+1
2011-12-06#if 0 unused stuff ...wmeier1-93/+115
2011-12-06One more contributor...etxrab3-3/+6
2011-12-05Pretify TimeStamp and TimeZoneetxrab1-7/+82
2011-12-05Explicitly display "Source or Destination Address/Host" like IPv4.cmaynard1-4/+4
2011-12-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+0
2011-12-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-8/+5
2011-12-04Enhance Elcom dissectoralagoutte1-584/+589
2011-12-04Enhance Elcom dissectoralagoutte1-113/+129
2011-12-04From Vincent Helfre.etxrab1-5/+10
2011-12-04[Automatic manuf, services and enterprise-numbers update for 2011-12-04]gerald1-7/+163
2011-12-03Fix 2 newly reported Coverity CID's 1331 & 1332: UNUSED_VALUE.cmaynard1-27/+27
2011-12-03Call tap_queue_packet() after pinfo data is updated. Also, like IPv4, displa...cmaynard1-10/+10
2011-12-03From Michael Sakaluk:jake2-1/+162
2011-12-03Handle 20 byte GTP' V0 header.etxrab1-330/+359
2011-12-03Fix bug with updating rr_offset before we're done fetching the matchedprefix ...cmaynard1-10/+17
2011-12-03Bitfields indicate how many bits they are; "guint8 foo:4" isguy1-2/+2
2011-12-03Some code needs to execute (potentially) whether the tree is NULL or not. Al...cmaynard1-3/+6
2011-12-03If a type 2 Mobile IP routing header is present, only set pinfo->dst if seg_l...cmaynard1-1/+2
2011-12-03The TCP Packet Mood Option was a cute April 1 RFC, but TCP option 25 isguy1-66/+0
2011-12-03The cool kids say "dissector_add_uint()", not "dissector_add()", now.guy1-1/+1
2011-12-02From Salil Kanitkar:jake1-4/+243
2011-12-02from Petr Sumbera:jake3-0/+124
2011-12-02From Juha Takala:etxrab3-0/+762