aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-07-19dissect the ISO 7816 class byteMartin Kaiser1-3/+93
2012-07-19use defines for the ISO 7816 instruction byteMartin Kaiser1-16/+33
2012-07-19Rename ENC_HDRLEN to BSD_ENC_HDRLEN, to see if that squelches the falseGuy Harris1-6/+6
2012-07-19Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5469. Added more c...Michael Mann1-41/+72
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-2/+2
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-4/+4
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-2/+2
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-3/+3
2012-07-18Fix a non-proto_tree_add_item() passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix a non-proto_tree_add_item() passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18exit() must not be used in dissectors. Use REPORT_DISSECTOR_BUG() andGuy Harris1-2/+2
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setGuy Harris1-3/+6
2012-07-18Eliminate some gsize's I missed in the previous checkin.Guy Harris1-4/+4
2012-07-18Nobody uses the return value of dissect_sender_array(), so don't have itGuy Harris1-8/+6
2012-07-18Set svn:keywords and svn:eol-style, and fix the EOL style (I'm on UN*X,Guy Harris1-487/+487
2012-07-18Adds CliqueRM protocol (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2...Michael Mann3-0/+489
2012-07-18svn path=/trunk/; revision=43789Michael Mann2-6/+341
2012-07-18That comment might have confused the API checker into thinking we wereGuy Harris1-1/+1
2012-07-18Fix crash in PPP dissectorBalint Reczey1-0/+5
2012-07-18Put back r43768 that got removed by error in r43781Pascal Quantin1-2/+2
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman2-44/+176
2012-07-18Merge the rest of Jacob Nordgren and Rishie Sharmas work onAnders Broman3-81/+307
2012-07-18Clean up indentation.Guy Harris1-6/+6
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus5-7/+7
2012-07-18Match R9 versions of some more LTE protocols to registered dissector names.Martin Mathieson1-4/+9
2012-07-17Fix copy/paste errorPascal Quantin1-1/+1
2012-07-17- Make dns srv elemnts filterable (were: text only)Jörg Mayer1-8/+30
2012-07-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7491 :Pascal Quantin1-0/+1
2012-07-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7470 :Pascal Quantin1-4/+56
2012-07-17Fix Coverity CID 709726: Structurally dead code. Also, convert tabs to spaces.Chris Maynard1-127/+127
2012-07-17Fix 'dereferencing type-punned pointer will break strict-aliasing rules' warn...Pascal Quantin1-2/+2
2012-07-17More a few ASN.1 based dissectors from the dirty to celan lib (as they should...Pascal Quantin2-12/+12
2012-07-17Use G_MININT32 instead of -2^31 so as to get rid of 'this decimal constant is...Pascal Quantin12-26/+27
2012-07-17Fix bug #7488: Unable to correctly identify IEC 61850 MMS packetsJakub Zawadzki1-1/+1
2012-07-17From Peter Paluch:Anders Broman1-0/+1
2012-07-17Use same capitalization for Service request message as for other messagesPascal Quantin1-2/+2
2012-07-17Remove extra space after message namePascal Quantin1-40/+40
2012-07-17From Wayne Brassem via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=74...Pascal Quantin1-2/+8
2012-07-16Comment a few unused variables / functionsPascal Quantin1-7/+7
2012-07-16Gadu-Gadu: dissect more packets.Jakub Zawadzki1-30/+357
2012-07-16From Zdravko Velinov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-13/+83
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-34/+195
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman1-89/+333
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman7-141/+585
2012-07-16Minor cleanup, including:Bill Meier5-115/+36
2012-07-16proto_tree_add_boolean() takes value not ENC_ flag.Jakub Zawadzki3-15/+15
2012-07-16(trivial) Explicitly initialize a static variable to NULL.Bill Meier1-1/+1
2012-07-16From Jacob Nordgren and Rishie Sharma:Anders Broman2-9/+16