aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Update some URLs.Guy Harris1-6/+4
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann35-294/+473
2014-08-14Fix the uninitialized-read error reported in bug 10370.Jeff Morriss1-1/+1
2014-08-14Don't show us the full Python command-line for building register.c.Jeff Morriss1-1/+1
2014-08-13initialize bus_id and deviceMartin Kaiser1-0/+4
2014-08-13add the bus_id when we search for an existing conversation to our endpointMartin Kaiser1-0/+2
2014-08-13dissect as interface general descr for v1.00Martin Kaiser1-0/+44
2014-08-13create audio-specific part of the usb conversationMartin Kaiser1-3/+15
2014-08-13distinguish between different audio descriptor types and subtypesMartin Kaiser1-17/+200
2014-08-13get conversation info when we parse audio class-specific descriptorsMartin Kaiser1-5/+10
2014-08-13rename the defines to make it clear that these are interface subclassesMartin Kaiser1-9/+9
2014-08-13additional parentheses around the macro argumentMartin Kaiser1-1/+1
2014-08-13Fix warning when compiling with -O3Joerg Mayer1-3/+4
2014-08-13Fix warning when compiling with -O3:Joerg Mayer1-1/+1
2014-08-13802.11 : 11ac decode update , base on IEEE-11ac-2013Luke Chou1-1/+261
2014-08-13SNMP : Continue to fix indent (use tab)Alexis La Goutte1-62/+60
2014-08-13SNMP: Remove some unused hf fieldAlexis La Goutte1-16/+5
2014-08-13hip: fix infinite loop in dissect_hip_tlvEvan Huus1-1/+1
2014-08-13http2: C90 doesn't permit anonymous structs or unionsEvan Huus1-13/+13
2014-08-13http2: Add additional header decoding informationTatsuhiro Tsujikawa1-11/+250
2014-08-12Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer1-11/+5
2014-08-12When checking if a message is Diameter also check for a minimum message length.Jeff Morriss1-16/+33
2014-08-12Remove parsing of non-existing TS_UD_SC_SEC1 fieldsEugene Sukhodolin1-6/+0
2014-08-11SNMP: fix mixed indent (use tab)Alexis La Goutte1-318/+315
2014-08-11SNMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+4
2014-08-11SNMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-08-11Give more information about string encodings.Guy Harris1-13/+50
2014-08-11IAPP: Remove an unused variable.Gerald Combs1-6/+0
2014-08-10packet-hislip.c: various minor fixesBill Meier1-208/+211
2014-08-10packet-hislip.c: Fix various bugs and deficienciesBill Meier1-70/+60
2014-08-10packet-lg8979.c: Various minor changesBill Meier1-82/+93
2014-08-10packet-epon.c: remove an unneeded #includeBill Meier1-1/+0
2014-08-10packet-elmi.c: Remove an unneeded #include.Bill Meier1-2/+1
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann27-543/+758
2014-08-10ssh.dh_gex.nbits: there's only one numberРоман Донченко1-1/+1
2014-08-10SSH: don't display "Payload" if it's emptyРоман Донченко1-1/+3
2014-08-10[Automatic manuf, services and enterprise-numbers update for 2014-08-10]Gerald Combs1-0/+4
2014-08-10PIM: fix a copy/paster error introduced in gebff85fPascal Quantin1-1/+1
2014-08-10CredSSP: update ASN.1 source file with the change done in gd2396d2Pascal Quantin1-2/+2
2014-08-10The version of the CredSSP protocol can be 2 or 3Eugene Sukhodolin1-1/+3
2014-08-09ULP: upgrade to approved version 2.0.2Pascal Quantin1-175/+462
2014-08-09Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко1-20/+2
2014-08-09LTE RRC: fix dissection of CDMA System Time broken in gcd02af5Pascal Quantin1-6/+6
2014-08-09802.11 BA sequence number decode is brokenMarkPhillips1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann39-623/+942
2014-08-09Clean up Internet checksum handling.Guy Harris29-207/+123
2014-08-08BOFL: fix assertion introduced in g5db1352Pascal Quantin1-3/+3
2014-08-08Add a tvbuff version of crc6_compute().Guy Harris1-2/+2
2014-08-08The "MPEG-2" CRC-32 is also the ATM CRC-32.Guy Harris1-126/+2
2014-08-08Don't subtract 4 from the length passed to update_crc10_by_bytes_iuup().Guy Harris1-1/+1