summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-11-17add a cast to fix compiler warningMartin Kaiser1-1/+1
2013-11-17Fix the number of highlighted bytes in case of unaligned PER constrained integerPascal Quantin1-1/+1
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9442 :Pascal Quantin1-24/+26
2013-11-17From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9435 :Pascal Quantin1-1/+2
2013-11-17From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-10/+33
2013-11-17From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-3/+3
2013-11-17Fix indent (2 spaces) and remove trailing whitespaceAlexis La Goutte1-44/+44
2013-11-17From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-0/+2
2013-11-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-7/+32
2013-11-17Add extern C if cplusplus (when use with Qt) Add Modelines (and fix indent us...Alexis La Goutte2-52/+94
2013-11-17use explicit casts to fix compilation on OS XMartin Kaiser1-5/+5
2013-11-17From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-15/+30
2013-11-17From Abhik Sarkar:Martin Kaiser3-0/+803
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin31-593/+605
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris19-2536/+15
2013-11-16Fix previous commit + rename to bitswap.Jakub Zawadzki3-6/+5
2013-11-16Exporting/importing variables cause problems, so create function to do bitswa...Jakub Zawadzki3-13/+6
2013-11-16dissect operator tune status, reorder some definesMartin Kaiser1-7/+19
2013-11-16dissect extended event usageMartin Kaiser1-1/+9
2013-11-16interpret the flags for EIT p/f, EIT sch usageMartin Kaiser1-2/+23
2013-11-16Clear protocol column when the dissector is knownPascal Quantin1-1/+2
2013-11-16Put "GSM SIM" in protocol columnPascal Quantin1-0/+3
2013-11-16Fix epan_memmem() copyrights.Jakub Zawadzki1-1/+1
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki7-116/+3
2013-11-16Don't include <epan/bitswap.h> when not neededJakub Zawadzki2-2/+0
2013-11-16Remove svn:executable property from packet-finger.c packet-whois.cJakub Zawadzki2-0/+0
2013-11-16Add a basic finger dissector.Chris Maynard3-0/+225
2013-11-16Create/use extended-value-strings to reference certain value-strings;Bill Meier1-1349/+1350
2013-11-16Constify a character array;Bill Meier1-184/+195
2013-11-16Constify a character array;Bill Meier1-196/+260
2013-11-16Constify two character arrays;Bill Meier1-21/+38
2013-11-16Change editor modelines to reflect actual indentation used in file (4 spaces);Bill Meier1-341/+342
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki11-54/+43
2013-11-15Make swaptab const.Jakub Zawadzki2-2/+4
2013-11-15Make wslua byte_to_str[] array of char[3] instead of pointers to char.Jakub Zawadzki1-1/+1
2013-11-15Dissect USB Com Network Control Model requestsPascal Quantin2-9/+399
2013-11-151.11.1 → 1.11.2.Gerald Combs1-1/+1
2013-11-15To quote GCC, "uninitialized const 'zeroes' is invalid in C++". I guessGuy Harris1-1/+1
2013-11-15Create/use value_string_ext to reference a value-string-array.Bill Meier1-4/+5
2013-11-14Let's try putting the 'const' in the right place...Bill Meier1-1/+1
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-177/+206
2013-11-1464-bits: reorder fields in struct _protocol to remove padding.Jakub Zawadzki1-1/+1
2013-11-14Expand CHECK_DISPLAY_AS_X ('this macro looks like a hack') macro in packet-ie...Jakub Zawadzki2-10/+5
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-102/+119
2013-11-14share Data Broadcast IDs between MPEG descriptor and DVB-CIMartin Kaiser3-2/+5
2013-11-14fix application capability handlingMartin Kaiser1-1/+2
2013-11-14add Data Broadcast ID for CI+ and HbbTVMartin Kaiser1-0/+2
2013-11-14dissect Operator Profile's delivery capability bytesMartin Kaiser1-1/+15
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-7/+23
2013-11-14Cast the return value of conversation_get_proto_data() to whois_transaction_t *.Chris Maynard1-1/+1