aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-04-05From Nick Lowe:Anders Broman2-81/+128
2012-04-05From Michael Mann:Anders Broman2-5/+25
2012-04-05Use common code to have the same hf field for DSCP in IPv4 and IPv6.Anders Broman3-9/+15
2012-04-05Use common code to add ip version to the tree.Anders Broman3-22/+11
2012-04-05Use common value string for DSCP.Anders Broman1-23/+1
2012-04-05From Shima:Anders Broman1-0/+18
2012-04-05From Nick Lowe:Anders Broman1-66/+91
2012-04-04Fix Coverity CID 1469: UNUSED_VALUE.Chris Maynard1-4/+0
2012-04-04Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs6-50/+47
2012-04-04Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki1-11/+10
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss13-13/+13
2012-04-04Replace a:Jeff Morriss1-1/+1
2012-04-04Fix CID 1287: rdp_info can't be NULL here so there's no need to check for itJeff Morriss1-6/+4
2012-04-04Avoid false-positive CID 621: if str is non-NULL, idx should be positiveJeff Morriss1-15/+18
2012-04-04Try to fix:Anders Broman1-8/+8
2012-04-04Avoid some potential divide by zero errors that Clang reports.Chris Maynard2-2/+2
2012-04-04From Nick Lowe:Anders Broman2-75/+94
2012-04-04Change to use eap. in filter names isof eap_Anders Broman1-16/+16
2012-04-04Add Openwire dissector to CMake too...Alexis La Goutte1-0/+1
2012-04-04From Metatech via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7014Alexis La Goutte2-0/+2011
2012-04-04From Nick Lowe:Anders Broman1-95/+111
2012-04-04From Pascal Quantin:Anders Broman1-93/+767
2012-04-04From Martin Kaiser:Anders Broman1-102/+128
2012-04-04From Rolf Fiedler:Anders Broman5-0/+601
2012-04-03From Nick Lowe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020 :Jeff Morriss1-44/+44
2012-04-03From Martin Kaiser (on -dev): initialize an uninitialized variable. From me:...Jeff Morriss1-4/+4
2012-04-03Implement spoolss function GetPrinterDriverDirectory (opnum 12).Graham Bloice1-11/+121
2012-04-03Fix CID 620: since we're checking if the given hf index is positive (sinceJeff Morriss1-4/+4
2012-04-03Improve the text of some value_strings.Bill Meier1-8/+8
2012-04-03Comment out unused define.Anders Broman1-15/+5
2012-04-03Update to V11.1.0 (2012-03)Anders Broman1-14/+50
2012-04-03Fix off by one shift error introduced in r39531.Jakub Zawadzki1-1/+1
2012-04-03Fix dependent_frames memleak. Jakub Zawadzki1-0/+2
2012-04-03From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=70...Jeff Morriss1-2/+3
2012-04-03Fix a couple of CIDs related to missing breaks: both are intentional[1] so addJeff Morriss1-0/+2
2012-04-02From Nick Lowe:Anders Broman1-7/+7
2012-04-01Use correct values for "alt screen size" for 327x-3 and 327x-4 terminals.Bill Meier1-32/+52
2012-04-01Remove a bad (unterminated) comment; Fixes Buildbot compile error.Bill Meier1-1/+0
2012-04-01Fix some bugs related to the use of proto_tree_add_bits_item();Bill Meier1-38/+112
2012-04-01From Nick Lowe: Show the reserved bits if set for EAP-TLS, unify/clean up the...Anders Broman1-13/+33
2012-04-01Define numerous arrays as static rather than dynamicBill Meier1-481/+491
2012-04-01Set the extent of IR, IR-DYN and feedback packet types.Martin Mathieson1-9/+26
2012-04-01Clear info column before calling ROHC dissector.Martin Mathieson1-0/+3
2012-04-01[Automatic manuf, services and enterprise-numbers update for 2012-04-01]Gerald Combs1-3/+167
2012-04-01Remove return statement (part of r41314), fix bug #7015Jakub Zawadzki1-1/+1
2012-04-01At least 4 bytes is required to check PSC, fixes bug https://bugs.wireshark.o...Anders Broman1-0/+7
2012-04-01Use proto_tree_add_item() in a couple of places, show bit fieldsAnders Broman1-33/+44
2012-03-31Add support for RFC 6525.Michael Tüxen1-70/+130
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki14-46/+48
2012-03-31Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki3-0/+350