aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-12-12Remove two text arrays (flagged with _U_);Bill Meier1-422/+423
Remove unneeded initializers; Change tabs --> spaces (to match edirtor modelines); Rework/add some whitespace. svn path=/trunk/; revision=53986
2013-12-12(Trivial):Bill Meier1-61/+63
tabs --> spaces (to match editor modelines); 'offset++' --> 'offset += 1' for consistency; Break up a long text constant; Reformat some lines for readability. svn path=/trunk/; revision=53985
2013-12-12Fix Visual Studio Code Analysis warning C6385: Invalid data: accessing ↵Chris Maynard1-1/+1
'tag_to_type', the readable size is '136' bytes, but '540' bytes might be read svn path=/trunk/; revision=53984
2013-12-12Use a consistent indentation: 4 spaces;Bill Meier1-1841/+1841
Use #if 0/#endif instead of '/* */' to comment out some code; svn path=/trunk/; revision=53983
2013-12-12(Trivial)Bill Meier1-45/+41
- Remove two lines of commented out code; - Specify 'tab-width: 8' (not 4) in editor modelines; - Rework/add whitespace; svn path=/trunk/; revision=53982
2013-12-12Fix Visual Studio Code Analysis warning C6287: Redundant code: the left and ↵Chris Maynard1-1/+1
right sub-expressions are identical svn path=/trunk/; revision=53981
2013-12-12(Trivial);Bill Meier1-13/+14
- localize some vars; - Specify 'tab-width: 8' (not 4) in editor modelines; - tabs --> spaces; svn path=/trunk/; revision=53980
2013-12-12(Trivial)Bill Meier1-5/+5
tabs --> spaces to match editor modelines; Specify 'tab-width: 8' (not 4) in editor modelines; svn path=/trunk/; revision=53979
2013-12-12(Trivial)Bill Meier14-4279/+4279
- Fix indentation to match editor modelines (tabs-->spaces); - Rework/add some whitespace; svn path=/trunk/; revision=53978
2013-12-12remove unused dissector tablesMartin Kaiser3-13/+0
http://www.wireshark.org/lists/wireshark-dev/201312/msg00137.html svn path=/trunk/; revision=53977
2013-12-12correct the function names in order to fix compile errorsMartin Kaiser2-4/+4
svn path=/trunk/; revision=53976
2013-12-12Trivial: Spaces -> tabs.Chris Maynard1-38/+38
svn path=/trunk/; revision=53975
2013-12-12Move proto_reg_handoff...() to the file end as per convevntion;Bill Meier1-216/+255
Reformat certain lines to use a consistent style; tabs --> spaces (to match the editor modelines); Rework some whitespace; svn path=/trunk/; revision=53974
2013-12-12Fix Coverity CID 1135557: Structurally dead code, by moving the break ↵Chris Maynard1-4/+4
statement to the most sensible place. svn path=/trunk/; revision=53973
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman1-21/+82
svn path=/trunk/; revision=53972
2013-12-12- Forward declaration of register functions.Anders Broman38-1/+136
svn path=/trunk/; revision=53971
2013-12-12Move proto_reg_handoff...() to file end as per convention;Bill Meier4-1375/+1679
Reformat various hf[] entries; #include params.h (not prefs.h); 'offset++' --> 'offset += 1' for consistency; Localize some variable defintions; Tabs --> spaces (to match editor modelines); Rework some whitespace; svn path=/trunk/; revision=53970
2013-12-12Reject the packet if info is NULL under conditions where it'll be used.Chris Maynard1-0/+4
svn path=/trunk/; revision=53969
2013-12-12Create/use a number of extended value-strings;Bill Meier14-1547/+1796
Remove or comment out dups from several value-string arrays; Sort a number of value-string arrays; Reformat many hf[] entries; Remove some unneeded initializers; Add editor-modelines; Use consistent indentation; Reformat whitespace. svn path=/trunk/; revision=53968
2013-12-12Trivial: Tab -> spaces.Chris Maynard1-2/+2
svn path=/trunk/; revision=53967
2013-12-12Reject the packet if data is NULL under conditions where it'll be used.Chris Maynard1-0/+4
svn path=/trunk/; revision=53966
2013-12-12Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT's ↵Chris Maynard5-57/+110
since both get_rose_ctx() and get_asn1_ctx() also check signatures. svn path=/trunk/; revision=53965
2013-12-12Reject the packet if data is NULL. Remove _U_ where data is actually used. ↵Chris Maynard5-45/+86
For now, leave the DISSECTOR_ASSERT's since both get_rose_ctx() and get_asn1_ctx() also check signatures. (Arguably it's the responsibility of the dissector passing this information to set the signature correctly so if there's an invalid signature, the bug is with the calling dissector and not with the one receiving the invalid signature.) svn path=/trunk/; revision=53964
2013-12-12- Forward declaration of register functions.Anders Broman18-0/+50
svn path=/trunk/; revision=53963
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman3-33/+91
svn path=/trunk/; revision=53962
2013-12-12Remove some TODOs that have now been addressedMartin Mathieson1-3/+0
svn path=/trunk/; revision=53961
2013-12-12Missing from last commit - copy hfn into stored result for PDUMartin Mathieson1-0/+1
svn path=/trunk/; revision=53960
2013-12-12Show other security inputs (apart from keys)Martin Mathieson1-12/+89
svn path=/trunk/; revision=53959
2013-12-12- Make local functions static.Anders Broman32-5/+87
- Forward declaration of register functions. svn path=/trunk/; revision=53958
2013-12-12Fix the path to dumpcap.Gerald Combs1-1/+1
svn path=/trunk/; revision=53957
2013-12-12Remove the checks for ../../lib. If it still exists it likely means thatGerald Combs1-10/+1
there's a stale LIBRARY_OUTPUT_PATH in CMakeCache.txt. svn path=/trunk/; revision=53956
2013-12-12Update library searches to reflect r53780.Gerald Combs1-1/+10
svn path=/trunk/; revision=53955
2013-12-11Reject the packet if data is NULL.Chris Maynard1-0/+8
svn path=/trunk/; revision=53954
2013-12-11Reject the packet if data is NULL. Leave the DISSECTOR_ASSERT(actx != NULL) ↵Chris Maynard1-1/+6
since get_asn1_ctx() also checks the signature. svn path=/trunk/; revision=53953
2013-12-11Be more consistent with the name "Wireshark" and its two UIGerald Combs1-13/+42
flavors. Upgrade the Qt flavor from "experimental" to "alpha". I also apologize in advance to all of the people who installed previous versions of the 1.11.x packages and who will now have extra shortcuts lying around. svn path=/trunk/; revision=53952
2013-12-11Fix Jörg Mayer1-4/+0
svn/trunk/epan/dissectors/packet-netlink-netfilter.c:164:11: error: variable ‘is_req’ set but not used [-Werror=unused-but-set-variable] gboolean is_req; ^ cc1: all warnings being treated as errors svn path=/trunk/; revision=53951
2013-12-11Fix buildbot:Jakub Zawadzki1-5/+9
packet-netlink-netfilter.c:94: warning: 'dissect_netlink_netfilter_queue' defined but not used svn path=/trunk/; revision=53950
2013-12-11Trivial: tabs -> spaces.Chris Maynard1-1/+1
svn path=/trunk/; revision=53949
2013-12-11New-style dissectors return the number of bytes dissected, not TRUE/FALSE.Chris Maynard1-6/+6
svn path=/trunk/; revision=53948
2013-12-11fix buildbot:Jakub Zawadzki1-1/+1
packet-netlink-netfilter.c:93: warning: unused parameter 'tvb' svn path=/trunk/; revision=53947
2013-12-11Reject the packet if data is NULL.Chris Maynard1-1/+7
svn path=/trunk/; revision=53946
2013-12-11Be sure tcpinfo is not NULL before dereferencing it.Chris Maynard1-2/+2
svn path=/trunk/; revision=53945
2013-12-11Revert part of r53874Jakub Zawadzki1-1/+2
svn path=/trunk/; revision=53944
2013-12-11Add new & update netlink dissectors.Jakub Zawadzki7-87/+904
svn path=/trunk/; revision=53943
2013-12-11- Make local functions static.Anders Broman17-6/+47
- Forward declaration of register functions. svn path=/trunk/; revision=53942
2013-12-11- Make local functions static.Anders Broman23-10/+69
- Forward declaration of register functions. svn path=/trunk/; revision=53941
2013-12-11From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9550 :Pascal Quantin1-14/+21
GSM SMS UDH EMS control expects 4 octets instead of 3 with OPTIONAL 4th svn path=/trunk/; revision=53940
2013-12-11Remove _U_ from dissect_openwire_tcp()'s data parameter; technically it is ↵Chris Maynard1-1/+1
used since it is passed to tcp_dissect_pdus(), even though dissect_openwire() doesn't actually use it. svn path=/trunk/; revision=53939
2013-12-11Improve tshark command-line error help. Fixes ↵Chris Maynard2-37/+64
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9548 and adds addtional help, better formatting, sorting and some minimal documentation of the -u option to the tshark man page. svn path=/trunk/; revision=53938
2013-12-11Trivial: Fix typo.Chris Maynard1-1/+1
svn path=/trunk/; revision=53937