summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[RFC] Implement Export PDU for tsharkbug/3444Peter Wu3-22/+164
2014-12-19Fix Python 3 compatibility in LocatePythonModulePeter Wu1-1/+1
2014-12-19Take out parenthesis around faq.txt rule so it works when automakeStephen Fisher1-5/+5
2014-12-19Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when o...Michael Mann5-38/+8
2014-12-19Skip over the new 'switch' field in xproto/src/xinput.xml so we canStephen Fisher1-0/+1
2014-12-19ISIS: Fix warning: '@return' command used in a comment that is attached to a ...Alexis La Goutte1-1/+0
2014-12-19Bring pkg.m4 in from pkgconfig version 0.28 so we can use theStephen Fisher1-0/+214
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann10-747/+329
2014-12-19Bluetooth: Remove unused value strings.Gerald Combs1-14/+0
2014-12-19Put a colon after the error message and before the field the errorStephen Fisher1-1/+1
2014-12-19Add a comment to each of these scripts to say thatStephen Fisher2-0/+4
2014-12-19Finish renaming si_code to mtp3_si_code.Jeff Morriss1-3/+3
2014-12-19Remove main-menubar-ui.xml because it's not used.Michael Mann2-397/+0
2014-12-19Rename si_code variable to mtp3_si_code to avoid conflicts with NetBSD'sStephen Fisher3-3/+3
2014-12-18Allow "cba" filter prefix for hf_ fields. Seems like something with "pn" or ...Michael Mann1-0/+1
2014-12-18proto.c: Add hint to 'DISSECTOR_ASSERT(hf->bitmask != 0)' to show field name.Bill Meier1-1/+1
2014-12-18Add new cmake.in files to the distributionMaarten Bezemer1-0/+2
2014-12-18Add new cmake files to the distributionAndersBroman1-0/+2
2014-12-18Add support for multifields in custom columnMichal Labedzki6-273/+313
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki29-1070/+1986
2014-12-18Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki5-104/+123
2014-12-18DisplayFilter: Check also another fields with the same nameMichal Labedzki1-33/+18
2014-12-18Use LocatePythonModule to locate asn2wrs.pyMaarten Bezemer3-22/+6
2014-12-18Use LocatePythonModule to find make-dissector-reg.py in order to make UseMake...Maarten Bezemer5-5/+62
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris12-116/+92
2014-12-18WTAP_ERR_UNWRITABLE_ errors aren't returned by reads or open-for-reading.Guy Harris10-88/+9
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris26-31/+31
2014-12-18Handle "I can't map this for that file format" better.Guy Harris37-73/+333
2014-12-17Resync Debian symbolsMaarten Bezemer2-1/+8
2014-12-17Fix zbee errors introduced by change 5565, commit df639f509e812fff3c5eb4bdf4f...Graham Bloice3-10/+1
2014-12-17This code is used in Wireshark, not TShark; fix messages.Guy Harris1-7/+7
2014-12-17Fix another incorrect message for WTAP_ERR_UNSUPPORTED.Guy Harris1-1/+1
2014-12-17Artnet3 and OEM Codes Updatezeuz1-202/+1134
2014-12-17RDM: Made PID array global (can be reused in packet-artnet.c)zeuz3-3/+41
2014-12-17zbee-zcl: swap honeywell codesEvan Huus1-2/+2
2014-12-17Fix missing spaceMaarten Bezemer1-1/+1
2014-12-17[MIP] Add refreence to 3GPP2 documents for 3GPP2 CVSE GRE_KEY_EXTAndersBroman1-1/+3
2014-12-17[TCP] Don't attempt reassembly on retransmitted segments.AndersBroman1-0/+13
2014-12-17Adding fix to convert latitude/longitude degrees to floating point format fro...Ganesh Nawsupe1-10/+36
2014-12-17mip: Fix Rev Revocation [Ack] Flags dissection bugs.Bill Meier1-11/+15
2014-12-17mip: fix (what appear to be) bugs in CVSE GRE key extension dissectionBill Meier1-9/+10
2014-12-17Update to V12.5.0AndersBroman9-44/+2348
2014-12-17Fixed bug in ZigBee (zbee) decryption, added Key Establishment cluster and mo...Chris Brandson17-2236/+4471
2014-12-17Install cmake files to make them available for out of source buildsMaarten Bezemer1-0/+2
2014-12-17Invoke asn2wrs.py using a custom commandMaarten Bezemer1-3/+4
2014-12-17Do not force the output directoryMaarten Bezemer1-2/+11
2014-12-17Use FindAsn2Wrs to find asn2wrs.pyMaarten Bezemer2-4/+22
2014-12-17Install GLib cmake helper filesMaarten Bezemer1-0/+2
2014-12-17Report WTAP_ERR_UNSUPPORTED correctly.Guy Harris2-3/+3
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris14-23/+23