summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Look for and use gethostbyname() if we don't have getaddrinfo(). Fail toJeff Morriss1-11/+59
2015-03-03SSTP: fix no previous prototype for proto_register_sstp/proto_reg_handoff_sst...Alexis La Goutte1-0/+3
2015-03-03GSM MAP: do not use a global variable to store OIDPascal Quantin1-57/+61
2015-03-03HTTP: Fix small typo in a field descriptionGraham Bloice1-1/+1
2015-03-03AMQP: Introduce support for AMQP over TLS/SSL (AMQPS).Petr Gotthard1-32/+44
2015-03-03GSM_A-GCC: dissector for GCC ProtocolMikhail Koreshkov2-0/+540
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris91-398/+388
2015-03-03sflow: added agent typeDario Lombardo1-1/+12
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann17-115/+69
2015-03-03Add tvb_get_ether_nameMichael Mann5-213/+89
2015-03-03Add "seed" capabilities to crc16_x25_ccitt (now crc16_x25_ccitt_seed) so we c...Michael Mann3-60/+21
2015-03-03Reduce the number tvb_get_ptr calls in packet-arp.cMichael Mann1-84/+52
2015-03-02MBIM: add it to "Decode As" menuPascal Quantin1-2/+34
2015-03-02cgmp: added reserved fieldDario Lombardo1-1/+8
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki22-203/+207
2015-03-02Bluetooth: HFP: Temporary disable partial message dissectionMichal Labedzki1-17/+21
2015-03-02OPENSAFETY: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-3/+0
2015-03-02[r,i]gmp: added reserved fieldDario Lombardo2-1/+13
2015-03-02fip: added reserved fieldDario Lombardo1-0/+13
2015-03-02rmcp: added reserved fieldDario Lombardo1-0/+6
2015-03-02isl: added reserved fieldDario Lombardo1-0/+5
2015-03-02dvmrp: added reserved fieldDario Lombardo1-0/+6
2015-03-02scsi-osd: fix overflow leading to infinite loopEvan Huus1-1/+4
2015-03-02tnef: fix overflow leading to infinite loopEvan Huus1-1/+4
2015-03-02Bluetooth: HFP: Improve HFP dissector by dissecting all commandsMichal Labedzki2-85/+906
2015-03-02Bluetooth: HCI: Fix "Host Number of Completed Packets"Michal Labedzki1-2/+6
2015-03-02Bluetooth: L2CAP: Add link to Connect and Disconnect framesMichal Labedzki1-0/+26
2015-03-02Don't read aliases from the personal hosts file.Jeff Morriss1-1/+5
2015-03-02Fix typo caught by Coverity - wrong structure members being tested.Guy Harris1-2/+2
2015-03-01[Automatic manuf, services and enterprise-numbers update for 2015-03-01]Gerald Combs2-2/+142
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann25-123/+112
2015-03-01zvt: functions for dissecting a bitmap and an apdu as a sequence of bitmapsMartin Kaiser1-97/+118
2015-02-28Convert fixed-point binary to floating-point in a portable fashion.Guy Harris1-24/+21
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris1-10/+6
2015-02-28openSAFETY: Add support for openSAFETY 1.5Roland Knall1-113/+231
2015-02-27Remove a couple useless variables.Jeff Morriss1-7/+6
2015-02-27Use getnameinfo() instead of gethostbyaddr().Jeff Morriss1-89/+90
2015-02-27Restore synchronous name resolution (revert SVN rev52115).Jeff Morriss1-0/+28
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki1-0/+1
2015-02-27Fixed MAUSB Flags subfield dissectionSean O. Stalley1-8/+8
2015-02-27Added basic MA USB isochronous packet supportSean O. Stalley1-18/+255
2015-02-27Added Dissection of CancelTransfer MA packetsSean O. Stalley1-0/+122
2015-02-27Updated MAUSB Packet Type valuesSean O. Stalley1-127/+129
2015-02-27Remove most of the tvb_get_ptr calls in the packet-batadv.c dissector.Michael Mann1-181/+113
2015-02-27Pass tvb and offset into print_nsap_net() and print_area() to "hide" the tvb_...Michael Mann7-23/+19
2015-02-27Again, we need a separate pointer to advance through the buffer.Guy Harris1-4/+5
2015-02-27address_to_string routines need to remember the beginning of the buffer.Guy Harris1-25/+30
2015-02-27Add dissector for "Bad Password Threshold" IPMI LAN configuration parameter.Dmitry Bazhenov1-2/+635
2015-02-26isis: bugfix in csnp source id length.Dario Lombardo1-1/+1
2015-02-26ANSI IS-637 A: ensure that num_fields is not null before calling text_decoderPascal Quantin1-4/+8