summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-27wmem, unlike emem, doesn't use mmap(); remove some no-longer-needed checks.Guy Harris2-3/+1
2015-02-27We don't use gethostbyname2(), don't check for it.Guy Harris1-1/+1
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 Labedzki17-48/+177
2015-02-27Use VCINSTALLDIR environment variable in order to locate MSVCR_DLL.Dmitry Bazhenov1-5/+6
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-26Remove a dead assignment found by Clang.Gerald Combs1-1/+0
2015-02-26Qt: Fix packet detail and byte view scrollingGerald Combs1-0/+2
2015-02-26ANSI IS-637 A: ensure that num_fields is not null before calling text_decoderPascal Quantin1-4/+8
2015-02-26[GTP CDR] Add support for CDR data record format version 12.6.0AndersBroman5-81/+103
2015-02-26Translations : fix trailing whitespace when generate translations fileAlexis La Goutte1-1/+1
2015-02-26Qt: Update translationAlexis La Goutte13-6433/+24333
2015-02-26rsync: improved info for protocol.Dario Lombardo1-1/+7
2015-02-26SMPP: AT_STRINGZ address allocation must use the pinfo poolPascal Quantin1-5/+4
2015-02-26Use tcp_dissect_pdus() in the SSTP dissector.Jeff Morriss2-18/+24
2015-02-26chdlc: Added "control" to proto tree.Dario Lombardo1-4/+7
2015-02-26Fix a couple of bugs in IPMI dissector:Dmitry Bazhenov1-2/+2
2015-02-26Actually define HAVE_GETADDRINFO if we find it.Jeff Morriss1-17/+7
2015-02-26Check whether we HAVE_GETADDRINFO before using it.Jeff Morriss1-4/+4
2015-02-25Make the V10 path a bit more like the other paths.Guy Harris1-13/+17
2015-02-25ATN-CPDLC: never put a break in a TRY blockPascal Quantin2-18/+22
2015-02-25delete_includes.py: add target for ui/qtMartin Mathieson1-2/+8
2015-02-25[Diameter] Add some AVPs and AVP values fromTibensky1-1/+11
2015-02-25Add the ATN dissectors to the CMake build.Jeff Morriss1-0/+3
2015-02-25Make the _offset values static constants.Guy Harris1-5/+5
2015-02-25Have a PACKET_DESCRIBE() for V30's seek-read routine.Guy Harris1-4/+13
2015-02-25Make the V10 PACKET_DESCRIBE() macro a little more like the others.Guy Harris1-20/+18
2015-02-25Rename the "type" argument to V10's PACKET_DESCRIBE() to "ver".Guy Harris1-10/+10
2015-02-25Call the version-number argument to GENERATE_CASE_xxx() "ver".Guy Harris1-73/+73
2015-02-25Use FULL/PART as an argument to all PACKET_DESCRIBE() macros.Guy Harris1-30/+30
2015-02-25Get rid of an unused argument to PACKET_DESCRIBE().Guy Harris1-12/+12
2015-02-25Give all PACKET_DESCRIBE() macros a HEADERVER argument.Guy Harris1-3/+3
2015-02-25Call header version arguments HEADERVER.Guy Harris1-34/+34
2015-02-24More indentation cleanups.Guy Harris1-36/+36
2015-02-24Clean up indentation.Guy Harris1-1/+1
2015-02-24Pull more into PACKET_DESCRIBE() for the V10 seek-read routine.Guy Harris1-17/+16
2015-02-24Swallow up more V10 stuff into PACKET_DESCRIBE().Guy Harris1-39/+24
2015-02-24Have PACKET_DESCRIBE() for V10.Guy Harris1-5/+21
2015-02-24Move the setting of rec_type.Guy Harris1-5/+2