index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
dissectors
/
packet-dnp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved info column with multiple pdu's in a frame
Graham Bloice
2013-07-28
1
-5
/
+17
*
Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...
Jakub Zawadzki
2013-07-17
1
-1
/
+1
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2013-07-03
1
-1
/
+0
*
Batch of filterable expert infos.
Michael Mann
2013-06-09
1
-2
/
+12
*
Don't wire into the reassembly code the notion that reassemblies should
Guy Harris
2013-03-22
1
-7
/
+5
*
[-Wmissing-prototypes]
Anders Broman
2013-03-16
1
-3
/
+6
*
Get rid of unused string to squelch warning.
Guy Harris
2013-02-14
1
-2
/
+1
*
From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8333 :
Pascal Quantin
2013-02-14
1
-14
/
+24
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-1
/
+1
*
Fix [-Wuninitialized] warning.
Bill Meier
2012-11-27
1
-1
/
+1
*
General cleanup:
Bill Meier
2012-11-27
1
-435
/
+918
*
From Chris Bontje:
Anders Broman
2012-11-16
1
-5
/
+24
*
The heuristic is to weak, add a preference if heuristics shoulld be used or n...
Anders Broman
2012-10-31
1
-2
/
+13
*
Enhancements to DNP3.0 Control Code Dissection (https://bugs.wireshark.org/bu...
Michael Mann
2012-10-16
1
-9
/
+11
*
From Benjamin Stocks:
Anders Broman
2012-10-16
1
-31
/
+54
*
replaced decode_boolean_bitfield calls with itemized filters
Michael Mann
2012-09-26
1
-22
/
+52
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Initial commit to support yet another method of passing data between dissectors.
Jakub Zawadzki
2012-09-10
1
-2
/
+2
*
From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...
Jeff Morriss
2012-09-07
1
-5
/
+7
*
Various DNP3 cleanups and fixes:
Graham Bloice
2012-08-14
1
-25
/
+38
*
Fix non-proto_tree_add_item() calls passing an ENC_ value as the last
Guy Harris
2012-07-18
1
-1
/
+1
*
From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7491 :
Pascal Quantin
2012-07-17
1
-0
/
+1
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
Alexis La Goutte
2012-04-30
1
-2
/
+1
*
Fixed wrong registration call causing compilation warnings.
Graham Bloice
2011-12-09
1
-1
/
+1
*
Added dissector registration for udp messages to permit use with a USER_DLT a...
Graham Bloice
2011-12-09
1
-0
/
+3
*
Added definition and handling for IIN Function Code Not Implemented bit.
Graham Bloice
2011-12-09
1
-20
/
+27
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
1
-1
/
+1
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-04
1
-2
/
+2
*
Get rid of check_col() and use ENC.
Anders Broman
2011-09-26
1
-110
/
+102
*
Whitespace cleanup:
Bill Meier
2011-09-21
1
-31
/
+31
*
Fix ex "modeline" so it works;
Bill Meier
2011-09-21
1
-1
/
+1
*
Added code to distinguish conversations between different RTUs that happen to...
Graham Bloice
2011-06-06
1
-9
/
+69
*
Fix Bug 5920: "DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF _FDCTR_32N...
Bill Meier
2011-05-13
1
-3
/
+3
*
From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. I
Chris Maynard
2011-05-12
1
-10
/
+5
*
Initialize al_cto before usage.
Stig Bjørlykke
2011-03-22
1
-0
/
+1
*
Introduce "Fragment count" filter element for all protocols doing reassembly.
Stig Bjørlykke
2011-01-30
1
-0
/
+6
*
Replace some duplicate blurbs with NULL
Jeff Morriss
2011-01-15
1
-19
/
+19
*
Removed redundant comparison that caused compilation failure on OSX
Graham Bloice
2011-01-14
1
-1
/
+1
*
Updated dissector:
Graham Bloice
2011-01-14
1
-35
/
+408
*
From Rob Casey:
Jaap Keuter
2010-12-20
1
-1
/
+18
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-2
/
+2
*
From Rob Casey:
Anders Broman
2010-12-10
1
-1
/
+19
*
"Fill" value_strings.
Anders Broman
2010-11-15
1
-0
/
+1
*
Use value_string_ext fcns to access certain value_string arrays;
Bill Meier
2010-11-08
1
-32
/
+33
*
Have abs_time_to_str() and abs_time_to_str_secs() take an additional
Guy Harris
2010-05-21
1
-5
/
+5
*
As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....
Jeff Morriss
2010-05-13
1
-13
/
+6
*
Remove unneeded #include <stdio.h>
Bill Meier
2010-04-03
1
-1
/
+0
*
Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the
Guy Harris
2010-02-27
1
-5
/
+5
*
Renamed some reassembled data texts.
Stig Bjørlykke
2010-02-06
1
-1
/
+1
[next]